Commit 319baacb authored by shemminger's avatar shemminger

Fix cc compiler flags in netem/Makefile

parent e0793d0c
...@@ -7,7 +7,7 @@ LDLIBS += -lm ...@@ -7,7 +7,7 @@ LDLIBS += -lm
all: $(DISTGEN) $(DISTDATA) all: $(DISTGEN) $(DISTDATA)
$(DISTGEN): $(DISTGEN):
$(HOSTCC) $(CCOPTS) -Wall -O1 -I../include -o $@ $@.c -lm $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
%.dist: % %.dist: %
./$* > $@ ./$* > $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment