(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure

This commit is contained in:
truelight
2006-03-14 19:10:33 +00:00
parent 273533d4c7
commit be15d8ec2e
2 changed files with 6 additions and 1 deletions

View File

@@ -974,7 +974,7 @@ depend:
@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