aboutsummaryrefslogtreecommitdiff
path: root/bare
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-08-30 00:58:28 +0000
committerUlrich Drepper <drepper@redhat.com>1996-08-30 00:58:28 +0000
commit1713bc849fa0f75399f6e4b2b9590879e0e3eda2 (patch)
treef197816ede476c23184a2b1b12a895502dc73766 /bare
parent8a7ad1005c77f77910045dd281d342a6e07a8e6e (diff)
downloadglibc-1713bc849fa0f75399f6e4b2b9590879e0e3eda2.tar
glibc-1713bc849fa0f75399f6e4b2b9590879e0e3eda2.tar.gz
glibc-1713bc849fa0f75399f6e4b2b9590879e0e3eda2.tar.bz2
glibc-1713bc849fa0f75399f6e4b2b9590879e0e3eda2.zip
update from main archive 960829
Diffstat (limited to 'bare')
-rw-r--r--bare/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bare/Makefile b/bare/Makefile
index 588a713c83..573515347c 100644
--- a/bare/Makefile
+++ b/bare/Makefile
@@ -48,7 +48,7 @@ $(objpfx)lib$(config-vendor).a: $(bare-routines:%=$(objpfx)%.o)
# from scratch each time.
rm -f $@
ifdef objdir
- cd $(objdir); $(AR) cq$(verbose) $@ $(^:$(objpfx)%=%)
+ cd $(objpfx); $(AR) cq$(verbose) $(@:$(objpfx)%=%) $(^:$(objpfx)%=%)
else
$(AR) cq$(verbose) $@ $^
endif