fixed sql user rights for group table
[iserv-mod-error-reporter.git] / Makefile
index 3b25f0f..acf4270 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ endif
 
 # clean up
 clean: distclean
-       [ -e Doxyfile ] && rm Doxyfile
+       if [ -e Doxyfile ]; then rm Doxyfile; fi;
 
 distclean:
        $(RM) doc/source
This page took 0.027307 seconds and 4 git commands to generate.