diff -r 8981ce44336d -r 501d0e153776 Makefile --- 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