removed the symbols dummy target

This commit is contained in:
fros4943 2007-11-29 04:57:04 +00:00
parent 3a0ba03407
commit 3bfa34f4c3

View file

@ -1,4 +1,4 @@
# $Id: Makefile.cooja,v 1.21 2007/11/25 22:47:43 fros4943 Exp $ # $Id: Makefile.cooja,v 1.22 2007/11/29 04:57:04 fros4943 Exp $
## The COOJA Simulator Contiki platform Makefile ## The COOJA Simulator Contiki platform Makefile
## ##
@ -95,10 +95,6 @@ endif
$(ARFILE): ${addprefix $(OBJECTDIR)/, $(CONTIKI_SOURCEFILES:.c=.o)} $(ARFILE): ${addprefix $(OBJECTDIR)/, $(CONTIKI_SOURCEFILES:.c=.o)}
$(AR_COMMAND_1) $^ $(AR_COMMAND_2) $(AR_COMMAND_1) $^ $(AR_COMMAND_2)
ifndef WINDIR
.PHONY: symbols.c
endif
symbols.c: symbols.c:
# Create initial symbol files if not existing # Create initial symbol files if not existing
${CONTIKI}/tools/make-empty-symbols ${CONTIKI}/tools/make-empty-symbols