shithub: pokered

Download patch

ref: b159712346e0258c23ea3ec8ad67a9beccf57215
parent: 4af544b9e0019acfb06344dcda2f73364e3aee9d
author: yenatch <yenatch@gmail.com>
date: Thu Feb 13 19:08:31 EST 2014

Makefile: nothing uses the ALL_DEPENDENCIES variable.

--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@
 # 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)