]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix my build breakage of TRU64 (hopefully, based on Jeff's feedback.)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 May 2003 18:30:31 +0000 (18:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 May 2003 18:30:31 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99875 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index c74fe5799ed13fa39b94ae1e942e647676373083..fd7d84c65998edd81d1101389c80bdd8821d0714 100644 (file)
@@ -92,7 +92,7 @@ install-build:
        @echo Installing build system files 
        @test -d $(DESTDIR)$(installbuilddir) || $(MKINSTALLDIRS) $(DESTDIR)$(installbuilddir) 
        @cp $(top_srcdir)/build/*.mk $(DESTDIR)$(installbuilddir); \
-       @cp build/*.mk $(DESTDIR)$(installbuilddir); \
+       cp build/*.mk $(DESTDIR)$(installbuilddir); \
        sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
            build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \
        cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir);