Fixed f%@æed up build, thx for your help kju

This commit is contained in:
alu 2011-05-23 21:29:36 +00:00
parent f0ec3ea285
commit 75cdc8ca59
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ OBJECTS += $(patsubst %.S,obj_avr/%.o,${ASRC})
@ $(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -c $<
objects_avr: $(OBJECTS)
@ echo "writing object ineventory"
@ echo $(OBJECTS) > obj_avr/.objects
@ if [ -d obj_avr ]; then echo "writing object inventory" ; echo $(OBJECTS) > obj_avr/.objects ; fi
##############################################################################
# rules for buildung simulator objects