Makefile
changeset 3197 078a10118842
parent 3154 6ab0cb6b7ab3
child 3211 a0f00b66cfad
--- a/Makefile	Tue Mar 14 12:00:11 2006 +0000
+++ b/Makefile	Tue Mar 14 19:10:33 2006 +0000
@@ -974,7 +974,7 @@
 	@true # The include handles this automagically
 
 # Introduce the dependencies
-ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),)
+ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf $(MAKE_CONFIG)),)
 -include $(DEPS)
 endif