Makefile
changeset 4290 501d0e153776
parent 4261 28670f743746
child 4300 c7e43c47a2b9
equal deleted inserted replaced
4289:8981ce44336d 4290:501d0e153776
  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: