(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)

This commit is contained in:
tron
2006-08-16 06:05:44 +00:00
parent f4762cdae4
commit ced2b50c05
3 changed files with 27 additions and 24 deletions

View File

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