From e938554be8c543cf2cb784e1a5cdb75d685f6683 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 6 Apr 2004 22:47:46 +0000 Subject: [PATCH] Allow the NetWare makefiles to clean up some files that were missed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103286 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 1 + build/NWGNUhead.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/NWGNUmakefile b/NWGNUmakefile index 3d69fd02cd4..f5a9ee4cd3a 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -332,6 +332,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) :: -- 2.47.3