From: shemminger Date: Tue, 14 Mar 2006 19:43:59 +0000 (+0000) Subject: Fix cc compiler flags in netem/Makefile X-Git-Tag: ss-060323~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319baacb125d78ff2acdcbfc5693dc4425d38b6e;p=thirdparty%2Fiproute2.git Fix cc compiler flags in netem/Makefile --- diff --git a/netem/Makefile b/netem/Makefile index 6d1272bec..59c7e0837 100644 --- a/netem/Makefile +++ b/netem/Makefile @@ -7,7 +7,7 @@ LDLIBS += -lm all: $(DISTGEN) $(DISTDATA) $(DISTGEN): - $(HOSTCC) $(CCOPTS) -Wall -O1 -I../include -o $@ $@.c -lm + $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm %.dist: % ./$* > $@