From: Bradley Nicholes Date: Tue, 6 Apr 2004 22:49:23 +0000 (+0000) Subject: Allow the NetWare makefiles to clean up some files that were missed X-Git-Tag: 2.0.50~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b3907da2c14728a4fd883e198e2709de45077b;p=thirdparty%2Fapache%2Fhttpd.git Allow the NetWare makefiles to clean up some files that were missed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103287 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 4ae883a4f11..fab1c664309 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -333,6 +333,7 @@ install :: nlms FORCE @echo xcopy docs\man $(INSTALL)\Apache2\man /E /Y >> xc.bat @echo xcopy docs\manual $(INSTALL)\Apache2\manual /E /Y >> xc.bat $(CMD) xc.bat + $(DEL) xc.bat diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc index 71855ab3cd3..3657c4c1cc2 100644 --- a/build/NWGNUhead.inc +++ b/build/NWGNUhead.inc @@ -96,6 +96,7 @@ clean :: $(SUBDIRS) $(CHK) *.map $(DEL) *.map $(CHK) *.d $(DEL) *.d $(CHK) *.tmp $(DEL) *.tmp + $(CHK) xc.bat $(DEL) xc.bat -$(DELTREE) $(OBJDIR) 2> NUL $(OBJDIR) ::