comparison Makefile @ 27439:1bbfa128dc71

Remove SKIP_DEPS trick. The same effect can be achieved without it.
author diego
date Mon, 18 Aug 2008 06:30:10 +0000
parents 9aec56f5e314
children ea01824701a5
comparison
equal deleted inserted replaced
27438:29548d0a768a 27439:1bbfa128dc71
1054 dhahelperwinclean: 1054 dhahelperwinclean:
1055 rm -f $(addprefix vidix/dhahelperwin/,*.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp) 1055 rm -f $(addprefix vidix/dhahelperwin/,*.o *~ dhahelper.sys dhasetup.exe base.tmp temp.exp)
1056 1056
1057 1057
1058 1058
1059 # Do not include dependencies when they are about to be removed anyway 1059 # Do not include dependencies when they are about to be removed anyway.
1060 # or if SKIP_DEPS was set to "yes" on the command line.
1061 ifneq ($(MAKECMDGOALS),distclean) 1060 ifneq ($(MAKECMDGOALS),distclean)
1062 ifneq ($(SKIP_DEPS),yes)
1063 -include $(DEPS) 1061 -include $(DEPS)
1064 endif 1062 endif
1065 endif
1066 1063
1067 .PHONY: all doxygen *install* *tools drivers dhahelper* 1064 .PHONY: all doxygen *install* *tools drivers dhahelper*
1068 .PHONY: checkheaders *clean dep depend tests 1065 .PHONY: checkheaders *clean dep depend tests