From: shemminger Date: Wed, 5 Oct 2005 17:40:12 +0000 (+0000) Subject: Add CCOPTS for netem stuff X-Git-Tag: ss-051006~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dae1706bba8967911d41618a36d81fb3309f071;p=thirdparty%2Fiproute2.git Add CCOPTS for netem stuff --- diff --git a/ChangeLog b/ChangeLog index 013b473cd..4a50ffa6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-05 Mads Martin Joergensen + + * Trivial netem ccopts + 2005-10-04 Jerome Borsboom * Fix regression in ip addr (libnetlink) handling @@ -188,7 +192,7 @@ * need to call getline() with null for first usage * don't overwrite const arg -2005-02-07 Stephen Hemminger +2005-02-07 Stephen Hemminger * Add experimental distribution diff --git a/netem/Makefile b/netem/Makefile index 6af5cf18f..6d1272bec 100644 --- a/netem/Makefile +++ b/netem/Makefile @@ -7,7 +7,7 @@ LDLIBS += -lm all: $(DISTGEN) $(DISTDATA) $(DISTGEN): - $(HOSTCC) -Wall -O1 -I../include -o $@ $@.c -lm + $(HOSTCC) $(CCOPTS) -Wall -O1 -I../include -o $@ $@.c -lm %.dist: % ./$* > $@