From 1b877fc9c30c912b4935341cb02689064722c0d0 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 25 Jan 2004 18:35:31 +0000 Subject: 2004-01-25 Andrew Pinski * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/libobjc-branch@76576 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/ChangeLog.branch | 3 +++ libobjc/Makefile.in | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 libobjc/ChangeLog.branch diff --git a/libobjc/ChangeLog.branch b/libobjc/ChangeLog.branch new file mode 100644 index 00000000000..c427877c68b --- /dev/null +++ b/libobjc/ChangeLog.branch @@ -0,0 +1,3 @@ +2004-01-25 Andrew Pinski + + * Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works. diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 1e6c337a6e0..7c55587f3eb 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -80,8 +80,7 @@ ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(WARN_CFLAGS) \ # 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 -- cgit v1.2.3