changeset 22636:e107ac0d4d9a

Merge INCLUDE and CFLAGS, fixes Cola from last commit.
author diego
date Sat, 17 Mar 2007 00:18:13 +0000
parents 1ab2603337a9
children 1a24a78f7474
files TOOLS/netstream/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream/Makefile	Sat Mar 17 00:16:36 2007 +0000
+++ b/TOOLS/netstream/Makefile	Sat Mar 17 00:18:13 2007 +0000
@@ -3,8 +3,7 @@
 
 include $(MPROOT)/config.mak
 
-INCLUDE = -I$(MPROOT) -I$(MPROOT)/loader
-CFLAGS  = $(OPTFLAGS)
+CFLAGS  = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader
 
 # .PHONY: all clean