Makefile
changeset 2997 5f38d62ed7aa
parent 2963 6645da0a5b4a
child 3031 bd5cae1efa8c
--- a/Makefile	Tue Feb 07 19:11:51 2006 +0000
+++ b/Makefile	Tue Feb 07 19:34:22 2006 +0000
@@ -972,7 +972,7 @@
 	@true # The include handles this automagically
 
 # Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
 -include $(DEPS)
 endif