Made SICS compile again after the move to git

This commit is contained in:
2014-02-24 08:40:42 +01:00
parent 4fdb6612cc
commit fc0ff43db2
11 changed files with 192 additions and 13 deletions

View File

@ -47,4 +47,4 @@ dgrambroadcast.o: dgrambroadcast.h dgrambroadcast.c
$(CC) $(SINQOPT) -c -g dgrambroadcast.c
sinq.o: sinq.c sinq.h dgrambroadcast.h
$(CC) -I$(TCLINC) $(SINQOPT) -I../ -g -c sinq.c
$(CC) -I$(TCLINC) $(SINQOPT) -I$(SICSROOT)/sics -g -c sinq.c