summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-31 22:46:26 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-31 22:46:26 +0000
commitf5baa731d07c8d9b13bd04f4532f714cddfc8da2 (patch)
tree817cb85560b5d738c5db845cedf5e27190cd23df /Makerules
parent3331899af3fcaf628e118686a4ebbf592dca9ec8 (diff)
Update.
* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo. * iconvdata/gap.pl: Avoid using %#06x. 1998-03-31 19:55 Zack Weinberg <zack@rabi.phys.columbia.edu> * Makerules: Use $? instead of S^ when invoking ar. 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 6c0af11756..c1b8a981c7 100644
--- a/Makerules
+++ b/Makerules
@@ -576,7 +576,7 @@ define do-ar
topdir=`cd $(..).; pwd`; \
$(patsubst %/,cd %;,$(objpfx)) \
$(SHELL) $$topdir/autolock.sh ${O%-lib}.lck $(AR) $(CREATE_ARFLAGS) ${O%-lib} \
- $(patsubst $(objpfx)%,%,$^)
+ $(patsubst $(objpfx)%,%,$?)
rm -f $@
touch $@
endef