aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-01-25 18:35:31 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2004-01-25 18:35:31 +0000
commit1b877fc9c30c912b4935341cb02689064722c0d0 (patch)
tree9d38bda498ee572a9f79906a5715aade694cedb7
parent31f74f5c00d1db4736570fb98f020ee97aac4bef (diff)
2004-01-25 Andrew Pinski <pinskia@physics.uc.edu>
* 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
-rw-r--r--libobjc/ChangeLog.branch3
-rw-r--r--libobjc/Makefile.in3
2 files changed, 4 insertions, 2 deletions
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 <pinskia@physics.uc.edu>
+
+ * 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