(svn r3864) -Fix: small problems with make-system, making room for a wrapper-configure
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user