[Firebug-cvs] fireboard/beta/apps/XSensorMTS400 Makefile,1.5,1.6
Brought to you by:
doolin
From: Karthik D. <da...@us...> - 2005-05-25 00:00:57
|
Update of /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22868/XSensorMTS400 Modified Files: Makefile Log Message: Update MakeXbowlocal to run with old TOSBase Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/apps/XSensorMTS400/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 24 May 2005 18:59:14 -0000 1.5 --- Makefile 25 May 2005 00:00:47 -0000 1.6 *************** *** 11,16 **** -I$(XBOWROOT)/AXStack/$(PLATFORM) \ -I$(XBOWROOT)/lib ! PFLAGS +=-I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD) \ ! -I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD)/gps PFLAGS += -I$(FIREBOARDROOT)/interfaces include ../MakeXbowlocal --- 11,16 ---- -I$(XBOWROOT)/AXStack/$(PLATFORM) \ -I$(XBOWROOT)/lib ! PFLAGS += -I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD) \ ! -I$(FIREBOARDROOT)/beta/tos/sensorboards/$(SENSORBOARD)/gps PFLAGS += -I$(FIREBOARDROOT)/interfaces include ../MakeXbowlocal |