]> git.sur5r.net Git - cc65/commitdiff
Include targetutil intermediates in dependency handling.
authorOliver Schmidt <ol.sc@web.de>
Thu, 9 May 2013 07:27:36 +0000 (09:27 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 9 May 2013 07:27:36 +0000 (09:27 +0200)
libsrc/apple2/targetutil/Makefile.inc
libsrc/geos-apple/targetutil/Makefile.inc

index 37fec5d3949fc01084eedbea76de731c50953481..edc4e852b4f439d40d850c2aec9e409e2b8d6834 100644 (file)
@@ -1,3 +1,5 @@
+DEPS += ../wrk/$(TARGET)/loader.d
+
 ../wrk/$(TARGET)/loader.o: $(SRCDIR)/targetutil/loader.s | ../wrk/$(TARGET)
        $(ASSEMBLE_recipe)
 
index ff9429691e6c8279ed31bab82e5da723fb796bf1..84d65f955953c4818748f11bfeb177bd898b3c7d 100644 (file)
@@ -1,3 +1,5 @@
+DEPS += ../wrk/$(TARGET)/convert.d
+
 ../wrk/$(TARGET)/convert.o: TARGET = apple2enh
 
 ../wrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../wrk/$(TARGET)