Makefile
changeset 3197 078a10118842
parent 3154 6ab0cb6b7ab3
child 3211 a0f00b66cfad
equal deleted inserted replaced
3196:5cec26c5ab75 3197:078a10118842
   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: