changeset 743:7951fb38b4b3

The "clean" target will also remove dir.map.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Oct 2012 13:05:11 +0000
parents 3a2e35f4c279
children ac709e45740d
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -286,6 +286,6 @@ copy_dirmap:
 endif
 
 clean:
-	rm -rf $(ZIP) $(OUT) xml/*/docs/dirindex.xml
+	rm -rf $(ZIP) $(OUT) xml/*/docs/dirindex.xml dir.map
 
 .DELETE_ON_ERROR: