# HG changeset patch # User diego # Date 1174090693 0 # Node ID e107ac0d4d9a67dbbfb26508720bd3d3ce9f9142 # Parent 1ab2603337a9c652e127d4fd012e2df27e0f962f Merge INCLUDE and CFLAGS, fixes Cola from last commit. diff -r 1ab2603337a9 -r e107ac0d4d9a TOOLS/netstream/Makefile --- 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