From: William A. Rowe Jr Date: Fri, 18 Jul 2003 21:56:32 +0000 (+0000) Subject: Batting only 500 today, fix a typo in the last commit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d657dd417ec6260b4b0f480af51d6604e30344d0;p=thirdparty%2Fapache%2Fhttpd.git Batting only 500 today, fix a typo in the last commit. $(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 --- diff --git a/src/makefile.win b/src/makefile.win index 037b597f3cd..d5f4d3a94fe 100644 --- a/src/makefile.win +++ b/src/makefile.win @@ -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)"