Fix cc compiler flags in netem/Makefile

This commit is contained in:
shemminger 2006-03-14 19:43:59 +00:00
parent e0793d0c1a
commit 319baacb12
1 changed files with 1 additions and 1 deletions

View File

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