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]

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


Hello,

It is a simple issue. There should not put $(LIBS) on prerequisites.
As $(LIBS) is expanded to command line args like '-lz'.

ok to apply?


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


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)


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