david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Hopefully solve the problem requiring the occasional "rm -rf bin/deps".

This commit is contained in:
Michael Brown 2007-07-09 23:10:55 +01:00
parent cd7e296cbe
commit 976a8514cb
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ endef
define obj_template
@$(CPP) $(CFLAGS) $(CFLAGS_$(3)) $(CFLAGS_$(4)) \
-M $(1) -MT "$(4)_DEPS" -MG | tr : = >> $(2)
-M $(1) -MT "$(4)_DEPS" -MG -MP | \
sed 's/_DEPS\s*:/_DEPS =/' >> $(2)
@echo -e '\n$$(BIN)/$(4).o : $(1) $$(MAKEDEPS) $$($(4)_DEPS)' \
'\n\t$$(QM)echo " [BUILD] $$@"\n' \
'\n\t$$(RULE_$(3))\n' \