aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-12-14 14:02:46 +0000
committerlloyd <[email protected]>2006-12-14 14:02:46 +0000
commitb8e46fd785f72f211d44b2aa61272a35b2311a2f (patch)
treedb5261296c771e04488a47bcebdcaacb2eeaa58f /misc
parent7edb1d252e451aa19bb07dc42fd1302e4270a8ad (diff)
Also remove build.h from the distclean target for nmake
Diffstat (limited to 'misc')
-rw-r--r--misc/config/makefile/nmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/config/makefile/nmake.in b/misc/config/makefile/nmake.in
index f8641a966..d4beba5e6 100644
--- a/misc/config/makefile/nmake.in
+++ b/misc/config/makefile/nmake.in
@@ -92,6 +92,7 @@ clean:
$(RM) $(LIBRARIES) $(CHECK)
distclean: clean
+ $(RM) @{var:build-dir}\build.h
$(RM) @{var:build-dir}\include\botan\*
$(RMDIR) @{var:build-dir}\include\botan @{var:build-dir}\include
$(RMDIR) @{var:build-dir}\lib @{var:build-dir}\checks