Makefile
changeset 2997 a1917d0229ae
parent 2963 f28ce0549513
child 3031 ea55e2750fff
equal deleted inserted replaced
2996:9d77b3aec341 2997:a1917d0229ae
   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: