This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][RFC] powerpc-elf-sim build fix.


>  2010-12-04  Masaki Muranaka  <monaka@monami-software.com>
>  
>  	* Makefile.in: remove $(LIBS) from prerequisites.

This is OK, thank you.

Just one nit for the next time you submit a patch: Can you remember
to add context:  In other words, try using "cvs diff -up" rather than
plain "cvs diff".

> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/src/src/sim/ppc/Makefile.in,v
> retrieving revision 1.28
> diff -r1.28 Makefile.in
> 554c554
> < psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP)
> ---
> > psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]