Fix cc compiler flags in netem/Makefile
This commit is contained in:
parent
e0793d0c1a
commit
319baacb12
|
|
@ -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: %
|
||||
./$* > $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue