Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make...
[pub/USBasp.git] / Projects / AVRISP-MKII / makefile
index cbc46ce..3c94654 100644 (file)
@@ -157,7 +157,7 @@ CPPSRC =
 #     Even though the DOS/Win* filesystem matches both .s and .S the same,\r
 #     it will preserve the spelling of the filenames, and gcc itself does\r
 #     care about how the name is spelled on its command-line.\r
-ASRC = Lib/Timeout.S\r
+ASRC = \r
 \r
 \r
 # Optimization level, can be [0, 1, 2, 3, s]. \r
@@ -516,7 +516,7 @@ sizeafter:
        2>/dev/null; echo; fi\r
 \r
 $(LUFA_PATH)/LUFA/LUFA_Events.lst:\r
-       @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst\r
+       @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst\r
 \r
 checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst\r
        @echo\r