]> granicus.if.org Git - apache/commitdiff
Ensure that libtool does the installation for us. This way we will actually
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Aug 2001 15:58:05 +0000 (15:58 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Aug 2001 15:58:05 +0000 (15:58 +0000)
copy over the binaries rather than libtool wrapper scripts which would
copy the binaries to .libs/lt-* at first execution.
Reviewed by:  Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90492 13f79535-47bb-0310-9956-ffa450edef68

build/rules.mk.in

index 659cbcf877f32ced4818674659874aa876f122ec..3cd53f8ffa89b26a4d29fe3b826b8dbc94990faa 100644 (file)
@@ -90,7 +90,7 @@ MOD_LINK = $(LIBTOOL) --mode=link $(COMPILE) -module $(LT_LDFLAGS) $(ALL_LDFLAGS
 # Helper programs
 
 MKINSTALLDIRS = $(abs_srcdir)/build/mkdir.sh
-INSTALL = $(abs_srcdir)/build/install.sh -c
+INSTALL = $(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c
 INSTALL_DATA = $(INSTALL) -m 644
 INSTALL_PROGRAM = $(INSTALL) -m 755 $(INSTALL_PROG_FLAGS)