[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drip/tools/java/net/tinyos/drip Makefile, 1.1, 1.2

Gilman Tolle gtolle at users.sourceforge.net
Wed Mar 16 14:51:44 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Drip/tools/java/net/tinyos/drip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15506

Modified Files:
	Makefile 
Log Message:
Fixed strange ncg syntax error

Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Drip/tools/java/net/tinyos/drip/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	15 Mar 2005 01:11:16 -0000	1.1
--- Makefile	16 Mar 2005 22:51:41 -0000	1.2
***************
*** 19,23 ****
  
  DripConsts.java: $(LIB)/Drip.h
! 	$(NCG) -java-classname=$(PACKAGE).DripConsts -target=$(PLATFORM) -I$(LIB) $(LIB)/Drip.nc Drip.h -o $@
  
  TestDripMsg.java: $(LIB)/TestDrip/TestDrip.h
--- 19,23 ----
  
  DripConsts.java: $(LIB)/Drip.h
! 	$(NCG) -java-classname=$(PACKAGE).DripConsts -I$(LIB) $(LIB)/Drip.h Drip.h -o $@
  
  TestDripMsg.java: $(LIB)/TestDrip/TestDrip.h



More information about the Tinyos-beta-commits mailing list