diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-05-02 22:41:40 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-05-02 22:41:40 +0200 |
commit | 506fa1a73eab0c6426f68cd7784c6712898b88f3 (patch) | |
tree | 3c04d5900a70a026f98a0f20349fd33fde0e4162 /tools | |
parent | 6384c7d7aa85d1e593eca30cda48f6677b023cb0 (diff) | |
download | bird-506fa1a73eab0c6426f68cd7784c6712898b88f3.tar bird-506fa1a73eab0c6426f68cd7784c6712898b88f3.zip |
Merge several fixes suggested by Joakim Tjernlund.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Rules.in b/tools/Rules.in index 79a15fa..e4598e2 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -66,7 +66,7 @@ else subdir: all.o all.o: $(objs) - $(LD) -r -o $@ $^ + $(CC) -nostdlib -Wl,-r -o $@ $^ endif |