Makefile: nothing uses the ALL_DEPENDENCIES variable.

This commit is contained in:
yenatch 2014-02-14 00:08:31 -05:00
parent 4af544b9e0
commit b159712346

View file

@ -26,7 +26,6 @@ ROMS := pokered.gbc pokeblue.gbc
# generate dependencies for each object
$(shell $(foreach obj, $(OBJS), \
$(eval $(obj:.o=)_DEPENDENCIES := $(shell $(PYTHON) extras/pokemontools/scan_includes.py $(obj:.o=.asm))) \
$(eval ALL_DEPENDENCIES += $($(obj:.o=)_DEPENDENCIES)) \
))
all: $(ROMS)