equal
deleted
inserted
replaced
972 |
972 |
973 depend: |
973 depend: |
974 @true # The include handles this automagically |
974 @true # The include handles this automagically |
975 |
975 |
976 # Introduce the dependencies |
976 # Introduce the dependencies |
977 ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper),) |
977 ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf $(MAKE_CONFIG)),) |
978 -include $(DEPS) |
978 -include $(DEPS) |
979 endif |
979 endif |
980 |
980 |
981 # Silence stale header dependency errors |
981 # Silence stale header dependency errors |
982 %.h: |
982 %.h: |