]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix targets so that InstallBin calls the conf install,
authorMladen Turk <mturk@apache.org>
Sun, 23 Jul 2006 08:24:23 +0000 (08:24 +0000)
committerMladen Turk <mturk@apache.org>
Sun, 23 Jul 2006 08:24:23 +0000 (08:24 +0000)
as well as installr and installd.

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

Makefile.win

index c75165df3ebe68f3a58e34142a006e637dc154b9..87f1aee2b75ea81e40b46eff8c99bd6509d8163d 100644 (file)
@@ -472,6 +472,9 @@ _copybin:
        copy support\win32\$(LONG)\ApacheMonitor.$(src_exe)     "$(inst_exe)" <.y
        copy support\win32\$(LONG)\wintty.$(src_exe)            "$(inst_exe)" <.y
 
+_install: _installbase _installconf
+
+
 # First we create the tree and populate the README so that 
 # whatever happens, all licensing has already propagated.  
 # Then repeatedly invoke the _copybin build to copy the
@@ -479,7 +482,7 @@ _copybin:
 # Then hit docs of various sorts, then includes and libs,
 # and finally do the .conf magic.
 #
-_install:
+_installbase:
        echo Y >.y
        echo A >.A
        -mkdir "$(INSTDIR)"
@@ -650,7 +653,7 @@ BEGIN {
        copy modules\dav\main\$(LONG)\mod_dav.lib       "$(INSTDIR)\lib" <.y
 
 
-testconfig:
+_installconf:
        echo Y >.y
        for %f in ( charset.conv magic mime.types ) do ( \
          copy docs\conf\%f "$(INSTDIR)\conf\%f.default" <.y && \