From c8af15a62a2c5edb9ff1f160cc68f4ed63c61511 Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 27 Jun 2005 22:38:53 +0000 Subject: Fix. --- n/avr/make/Makefile.avr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'n/avr/make/Makefile.avr') diff --git a/n/avr/make/Makefile.avr b/n/avr/make/Makefile.avr index ace4331..c2ea9da 100644 --- a/n/avr/make/Makefile.avr +++ b/n/avr/make/Makefile.avr @@ -15,7 +15,6 @@ AVR_LINK.o = $(AVR_CC) $(AVR_CFLAGS) $(AVR_LDFLAGS) # Main rules. {{{1 avr: elf lst hex - echo $(AVR_SOURCES) .PHONY: avr clean.avr elf lst text hex srec bin eeprom ehex esrec ebin @@ -41,7 +40,7 @@ $(AVR_ELFS): $(AVR_OBJDUMP) -h -S $< > $@ %.avr.o: %.c - $(AVR_COMPILE.c) -o $@ $^ + $(AVR_COMPILE.c) -o $@ $< # Dependency checking. -include $(AVR_OBJECTS:%.avr.o=%.avr.d) -- cgit v1.2.3