rbb 01/04/04 21:00:10
Modified: . Makefile.in
Log:
Use $(LIBTOOL) instead of libtool
Revision Changes Path
1.26 +1 -1 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -b -w -u -r1.25 -r1.26
--- Makefile.in 2001/04/04 03:27:42 1.25
+++ Makefile.in 2001/04/05 04:00:10 1.26
@@ -43,7 +43,7 @@
if [ ! -d $(libdir) ]; then \
@APR_SOURCE_DIR@/build/mkdir.sh $(libdir); \
fi; \
- libtool --mode=install cp $(TARGET_LIB) $(libdir)
+ $(LIBTOOL) --mode=install cp $(TARGET_LIB) $(libdir)
$(TARGET_LIB):
@objects="`find $(SUBDIRS) -name '*.lo'`" ; \