This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[libobjc-branch] Review FIXME in Makefile.in


Now that @LIBTOOL@ does the right thing, I made it use the right thing now.

Thanks,
Andrew Pinski

ChangeLog:
	* Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.


Patch: Index: Makefile.in =================================================================== RCS file: /cvs/gcc/gcc/libobjc/Makefile.in,v retrieving revision 1.28 diff -u -p -r1.28 Makefile.in --- Makefile.in 23 Oct 2003 21:20:40 -0000 1.28 +++ Makefile.in 25 Jan 2004 18:29:23 -0000 @@ -80,8 +80,7 @@ ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) # numbers. LIBOBJC_VERSION = 1:0:0 LIBOBJC_GC_VERSION = 1:0:0 -# @LIBTOOL@ does not get it right, so we hack it in - FIXME -LIBTOOL = ./libtool +LIBTOOL = @LIBTOOL@ LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile LIBTOOL_LINK = $(LIBTOOL) --mode=link LIBTOOL_INSTALL = $(LIBTOOL) --mode=install


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