[makefile] some cosmetic

This commit is contained in:
Gautier Hattenberger
2014-03-21 22:09:48 +01:00
parent 0fe7689106
commit ac9178cd85
10 changed files with 34 additions and 16 deletions
+2 -1
View File
@@ -200,7 +200,8 @@ clean:
#
.depend: Makefile
$(OCAMLDEP) -I $(LIBPPRZDIR) *.ml* > .depend
@echo DEPEND $@
$(Q)$(OCAMLDEP) -I $(LIBPPRZDIR) *.ml* > .depend
ifneq ($(MAKECMDGOALS),clean)
-include .depend