ports/net/bird/1/patches/patch-tools_Rules_in

20 lines
455 B
Text

Index: tools/Rules.in
--- tools/Rules.in.orig
+++ tools/Rules.in
@@ -69,14 +69,12 @@ 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 $@ $^
+ $(CC) -nostdlib -r -o $@ $^
endif
%.o: $(src-path)%.c
- @echo CC -o $@ -c $<
- @$(CC) $(CFLAGS) -o $@ -c $<
+ $(CC) $(CFLAGS) -o $@ -c $<
ifndef source-dep
source-dep := $(source)