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