]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Batting only 500 today, fix a typo in the last commit.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 Jul 2003 21:56:32 +0000 (21:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 Jul 2003 21:56:32 +0000 (21:56 +0000)
  $(LONG) was the Release/ or Debug/ tree, where these files are not!
  They aren't even in src/, they are in the distribution root.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100706 13f79535-47bb-0310-9956-ffa450edef68

src/makefile.win

index 037b597f3cd2c8c17fe59818138670acf377e001..d5f4d3a94fe96121fccc101cc2a5d02584250b79 100644 (file)
@@ -124,11 +124,11 @@ _install:
        -mkdir "$(INSTDIR)\logs"
        -mkdir "$(INSTDIR)\modules"
        -mkdir "$(INSTDIR)\proxy"
-       copy $(LONG)\ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.TXT"
-       copy $(LONG)\Announcement "$(INSTDIR)\Announcement.txt"
-       copy $(LONG)\LICENSE "$(INSTDIR)\LICENSE.TXT"
-       copy $(LONG)\README_WIN.TXT "$(INSTDIR)"
-       copy $(LONG)\WARNING_WIN.TXT "$(INSTDIR)"
+       copy ..\ABOUT_APACHE "$(INSTDIR)\ABOUT_APACHE.TXT"
+       copy ..\Announcement "$(INSTDIR)\Announcement.txt"
+       copy ..\LICENSE "$(INSTDIR)\LICENSE.TXT"
+       copy ..\README_WIN.TXT "$(INSTDIR)"
+       copy ..\WARNING_WIN.TXT "$(INSTDIR)"
        copy $(LONG)\Apache.exe "$(INSTDIR)"
        copy $(LONG)\ApacheCore.dll "$(INSTDIR)"
        copy os\win32\$(LONG)\Win9xConHook.dll "$(INSTDIR)"