From 8cd1a288fa15c8db5701ad94592c5a6a4562b1a9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 19 Dec 2006 23:01:33 +0000 Subject: ifupdown: parse() returning NULL and returning "" is not the same, it turned out! wow... okay, fixing my buglet... --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be8b1948f..d218caf8e 100644 --- a/Makefile +++ b/Makefile @@ -573,7 +573,8 @@ ifdef CONFIG_STATIC -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \ -Wl,--start-group $(busybox-all) -Wl,--end-group else - cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) -o $@ $(LDFLAGS) \ + cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \ + -o $@ \ -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \ -Wl,--start-group $(busybox-all) -Wl,--end-group endif -- cgit v1.2.3