diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-04-06 22:47:46 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2004-04-06 22:47:46 +0000 |
commit | f903cf655e5bbf8f44b844ca5454c96753a7d47a (patch) | |
tree | e37e2a496b4fba533353acbb8cff3071c1969188 /NWGNUmakefile | |
parent | a560d90c297e477741baf4296f571b720e23ad0e (diff) | |
download | libapr-f903cf655e5bbf8f44b844ca5454c96753a7d47a.tar.gz |
Allow the NetWare makefiles to clean up some files that were missed
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 681019e85..7d90af0cc 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -326,6 +326,7 @@ ifndef DEST @echo rem copying the docs directories > xc.bat @echo xcopy docs $(INSTALLBASE)\docs\*.* /E /Y >> xc.bat $(CMD) xc.bat + $(DEL) xc.bat endif $(INSTDIRS) :: |