summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-14 00:08:31 -0500
committeryenatch <yenatch@gmail.com>2014-02-14 00:08:31 -0500
commitb159712346e0258c23ea3ec8ad67a9beccf57215 (patch)
tree6fd12fe80a24e4d4a6bc066281e64543f75eb7ef
parent4af544b9e0019acfb06344dcda2f73364e3aee9d (diff)
Makefile: nothing uses the ALL_DEPENDENCIES variable.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 847df69b..5e4c9efb 100644
--- a/Makefile
+++ b/Makefile
@@ -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)