From 04ca5b5f3169880be20744f1f43b405b118d9aa5 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 20:32:38 +0100 Subject: build: remove double subdir in build output Signed-off-by: Patrick McHardy --- Makefile.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules.in') diff --git a/Makefile.rules.in b/Makefile.rules.in index 242cf4c4..67c4ff6d 100644 --- a/Makefile.rules.in +++ b/Makefile.rules.in @@ -43,7 +43,7 @@ $(1)-extra-clean-files := $$(patsubst %,$(SUBDIR)%,$$($(1)-extra-clean-files)) depfiles := $$(patsubst $(SUBDIR)%.o,$(SUBDIR).%.d,$$($(1)-obj)) $(SUBDIR)$(1): $$($(1)-extra-targets) $$($(1)-obj) - @echo -e " LD\t\t$$(SUBDIR)$$@" + @echo -e " LD\t\t$$@" $$(CC) $$($(1)-obj) $$(LDFLAGS) -o $$@ all_targets += $(SUBDIR)$(1) -- cgit v1.2.3