# HG changeset patch # User diego # Date 1174090876 0 # Node ID 8421df47e611580febb868ce035a2a8a7caef41a # Parent 1a24a78f74749e2adfd9bce01f451a7cf717d583 Remove unnecessary -I option from CFLAGS. diff -r 1a24a78f7474 -r 8421df47e611 TOOLS/netstream/Makefile --- a/TOOLS/netstream/Makefile Sat Mar 17 00:19:41 2007 +0000 +++ b/TOOLS/netstream/Makefile Sat Mar 17 00:21:16 2007 +0000 @@ -3,7 +3,7 @@ include $(MPROOT)/config.mak -CFLAGS = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader +CFLAGS = $(OPTFLAGS) -I$(MPROOT) all: netstream