Commit 820f5794 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

workaround gcc bug, or this is a feature?

http://koct9i.livejournal.com/53773.html
parent 490a63b6
......@@ -30,7 +30,7 @@ install: $(BINS) $(MANS)
$(CC) $(CFLAGS) -c -o $@ $^
ioping: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
dist: $(DISTDIR).tar.gz
......
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