]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/java/net/tinyos/message/Makefile
Get rid of TOS and use TOSDIR like the other Makefiles in support/sdk/java.
[tinyos-2.x.git] / support / sdk / java / net / tinyos / message / Makefile
index 291c73e010a18469a01ae8645d5fbe15e0542fff..67a6db48226812dafacd290b640a555dba3e872b 100644 (file)
@@ -5,7 +5,6 @@ INITIAL_TARGETS = SerialPacket.class SerialPacket.java
 ROOT = ../../..
 include $(ROOT)/Makefile.include
 
-TOS=$(shell ncc -print-tosdir)
 SERIAL_H = $(TOSDIR)/lib/serial/Serial.h
 
 SerialPacket.java: $(SERIAL_H) FORCE