diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 14:05:03 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 14:05:03 +0000 |
commit | 4e885757e8934ceb715c6092e9efd3a6ff395086 (patch) | |
tree | e023b299f81e8193764e488500c5332e265756db /libc/Makefile.in | |
parent | ab490047099069aadbb0c30d7765d4dd00318b85 (diff) |
- add/use variables to make build-tools configurable
Diffstat (limited to 'libc/Makefile.in')
-rw-r--r-- | libc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Makefile.in b/libc/Makefile.in index be5046da8..8928ba381 100644 --- a/libc/Makefile.in +++ b/libc/Makefile.in @@ -54,7 +54,7 @@ lib-gdb-y += $(top_builddir)lib/libc.gdb lib-so-y += $(libc.depend) objclean-y += libc_clean -OUTPUT_FORMAT = $(CC) $(CFLAGS) -Wl,--verbose 2>&1 | sed -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/OUTPUT_FORMAT ( \1 )/p' +OUTPUT_FORMAT = $(CC) $(CFLAGS) -Wl,--verbose 2>&1 | $(SED) -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/OUTPUT_FORMAT ( \1 )/p' ifeq ($(DOMULTI),n) $(libc.depend): $(libc_OUT)/libc_so.a $(LIBS-libc.so) |