Build System +Tool specific compilers and targets
[henge/webcc.git] / src / .make / buildtools.mk
index d4cdc1d..feb2f5f 100644 (file)
@@ -13,5 +13,4 @@ apcCL  := -r /usr/local/the_march -o $(DISTDIR)/file.asspack
 
 TOOLSUP := $(shell echo '$(TOOLS)' | tr '[:lower:]' '[:upper:]')
 TOOLSRC := $(foreach tool,$(TOOLS),$($(tool)SRC))
-TOOLDEP := $(TOOLSRC:.c=.d)
 TOOLOBJ := $(TOOLSRC:.c=.o)