projects
/
iserv-mod-error-reporter.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed errors in make clean, debian/changelog for 9.10.23-1
[iserv-mod-error-reporter.git]
/
Makefile
diff --git
a/Makefile
b/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.021865 seconds
and
4
git commands to generate.