summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-07 12:39:08 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-07 12:39:08 -0700
commitd2ab6ee38dd6ef107bac77f485ab1bb35b177e6c (patch)
treefa8d80e6b4c3fa98e8caddff2d3311c4c166b05a
parent7f16871e1d09f10e94192781ae6b317537742131 (diff)
mips/Makefile.arch: Remove -f option to $(do_awk)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--libpthread/nptl/sysdeps/mips/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/mips/Makefile.arch b/libpthread/nptl/sysdeps/mips/Makefile.arch
index 2b17aeed1..7a922b637 100644
--- a/libpthread/nptl/sysdeps/mips/Makefile.arch
+++ b/libpthread/nptl/sysdeps/mips/Makefile.arch
@@ -48,7 +48,7 @@ headers_clean-y += nptl_arch_headers_clean
CFLAGS-tcb-offsets.c = -S
$(PTHREAD_ARCH_OUT)/tcb-offsets.c: $(PTHREAD_ARCH_DIR)/tcb-offsets.sym
- $(do_awk) -f $(top_srcdir)extra/scripts/gen-as-const.awk $< > $@
+ $(do_awk) $(top_srcdir)extra/scripts/gen-as-const.awk $< > $@
$(PTHREAD_ARCH_OUT)/tcb-offsets.s: $(PTHREAD_ARCH_OUT)/tcb-offsets.c
$(compile.c)