]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a VPATH build install bug - the special.mk file was never installed
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 May 2003 16:01:25 +0000 (16:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 16 May 2003 16:01:25 +0000 (16:01 +0000)
  (because we didn't rewrite it to the VPATH from the sourcepath), so copy
  any sourcepath\build\*.mk files along with the vpath\build\*.mk files.

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

Makefile.in

index c2f9d703eda2e7e98307b15239bbcdfbde00c0a1..c74fe5799ed13fa39b94ae1e942e647676373083 100644 (file)
@@ -91,6 +91,7 @@ install-conf:
 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); \
        sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
            build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \