Add CCOPTS for netem stuff

This commit is contained in:
shemminger 2005-10-05 17:40:12 +00:00
parent fb2297599d
commit 7dae1706bb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-10-05 Mads Martin Joergensen <mmj@suse.de>
* Trivial netem ccopts
2005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
* 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 <shemminger@linux.site>
2005-02-07 Stephen Hemminger <shemminger@osdl.org>
* Add experimental distribution

View File

@ -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: %
./$* > $@