equal
deleted
inserted
replaced
1035 |
1035 |
1036 depend: |
1036 depend: |
1037 @true # The include handles this automagically |
1037 @true # The include handles this automagically |
1038 |
1038 |
1039 # Introduce the dependencies |
1039 # Introduce the dependencies |
1040 ifeq ($(findstring $(MAKECMDGOALS), clean info depend mrproper upgradeconf unittest $(MAKE_CONFIG)),) |
1040 ifeq ($(findstring $(MAKECMDGOALS), clean info mrproper upgradeconf unittest $(MAKE_CONFIG)),) |
1041 -include $(DEPS) |
1041 -include $(DEPS) |
1042 endif |
1042 endif |
1043 |
1043 |
1044 # Silence stale header dependency errors |
1044 # Silence stale header dependency errors |
1045 %.h: |
1045 %.h: |