update from main archive 960829

This commit is contained in:
Ulrich Drepper 1996-08-30 00:58:28 +00:00
parent 8a7ad1005c
commit 1713bc849f
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
alpha/ptrace.h alpha/regdef.h
alpha/ptrace.halpha/regdef.h
ieee_get_fp_control.S ieee_set_fp_control.S
ioperm.c
init-first.h
clone.S

View File

@ -1 +1,2 @@
init-first.h
clone.S