diff options
Diffstat (limited to 'net/bird/files/patch-tools-Rules.in')
-rw-r--r-- | net/bird/files/patch-tools-Rules.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/bird/files/patch-tools-Rules.in b/net/bird/files/patch-tools-Rules.in deleted file mode 100644 index 2b08b297d996..000000000000 --- a/net/bird/files/patch-tools-Rules.in +++ /dev/null @@ -1,14 +0,0 @@ ---- tools/Rules.in.orig 2016-04-29 09:13:23 UTC -+++ tools/Rules.in -@@ -66,10 +66,8 @@ else - subdir: all.o - - all.o: $(objs) --# $(LD) -r -o $@ $^ --# Changed to $(CC) because $(LD) has problems with crosscompiling - @echo LD -r -o $@ $^ -- @$(CC) -nostdlib -r -o $@ $^ -+ $(LD) -r -o $@ $^ - - endif - |