diff options
author | Patrick McHardy <kaber@trash.net> | 2009-03-18 20:32:38 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-03-18 20:32:38 +0100 |
commit | 04ca5b5f3169880be20744f1f43b405b118d9aa5 (patch) | |
tree | a40bd955b6b9f130d9547666319bd09f693787a7 | |
parent | 28ac64e4e79a392a6fb327f6cbb57c14fc3f5110 (diff) |
build: remove double subdir in build output
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r-- | Makefile.rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |