Makefile
changeset 4290 2d6895dc84eb
parent 4261 2ec8f5a9747b
child 4300 687a17c9c557
--- a/Makefile	Tue Aug 15 16:55:40 2006 +0000
+++ b/Makefile	Wed Aug 16 06:05:44 2006 +0000
@@ -1037,7 +1037,7 @@
 	@true # The include handles this automagically
 
 # Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf unittest $(MAKE_CONFIG)),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info mrproper upgradeconf unittest $(MAKE_CONFIG)),)
 -include $(DEPS)
 endif