make clean tests existence before deleting files
authorRoland Hieber <devnull@localhost>
Thu, 22 Oct 2009 22:51:06 +0000 (00:51 +0200)
committerRoland Hieber <devnull@localhost>
Thu, 22 Oct 2009 22:51:06 +0000 (00:51 +0200)
Makefile

index 3c4bd8a..f61f840 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ uninstall:
 
 # clean up
 clean: distclean
-       rm Doxyfile
+       [ -e Doxyfile ] && rm Doxyfile
 
 distclean:
        $(RM) doc/source
This page took 0.026383 seconds and 4 git commands to generate.