removing symlink

This commit is contained in:
bg 2008-08-02 11:12:03 +00:00
parent 2159c273c9
commit 11a70cc550
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ TESTLOG_DIR = testlog/
TESTPREFIX = nessie-
CC = avr-gcc
override CFLAGS = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$<) -I. -pedantic -std=c99 -Wall -Wstrict-prototypes $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
override CFLAGS = -MMD -MF$(DEP_DIR)$(patsubst %.c,%.d,$(patsubst $(TESTSRC_DIR)%,%,$<)) -I. -pedantic -std=c99 -Wall -Wstrict-prototypes $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)
override LDFLAGS = -Wl,-Map,
override ASFLAGS = -mmcu=$(MCU_TARGET)

1
deps/test_src vendored
View File

@ -1 +0,0 @@
.