]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - avr-makefile.inc
nessie for the rest (skipjack seems broken, shabea req. more testing)
[avr-crypto-lib.git] / avr-makefile.inc
index f0ea6c8d22fabe6fcfe54ab439c4a3433aae03d3..4d9555ca6385158cec223a2e68f21b02690ccd69 100644 (file)
@@ -12,7 +12,7 @@ ERASECMD       =
 
 CC          = avr-gcc
 
-override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$^) -pedantic -std=c99 -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
+override CFLAGS        = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$<) -pedantic -std=c99 -Wall -Wstrict-prototypes  $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
 
 override LDFLAGS       = -Wl,-Map,
 override ASFLAGS          = -mmcu=$(MCU_TARGET)