diff options
author | Stan Cox <coxs@gnu.org> | 1997-02-14 20:41:12 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1997-02-14 20:41:12 +0000 |
commit | 0047bb7df1c4b5c65ae0368a27dc12945595193e (patch) | |
tree | a879c54f7e0f80bde90dceb1a37c19aaf5e7df43 /gcc | |
parent | 26ca940ce80455d3979d04b7644b6ea78121c922 (diff) | |
download | gcc-0047bb7df1c4b5c65ae0368a27dc12945595193e.zip gcc-0047bb7df1c4b5c65ae0368a27dc12945595193e.tar.gz gcc-0047bb7df1c4b5c65ae0368a27dc12945595193e.tar.bz2 |
(libgcc.a): Correct target dependencies
From-SVN: r13634
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/t-sco5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/t-sco5 b/gcc/config/i386/t-sco5 index e72a5c4..8dd7c56 100644 --- a/gcc/config/i386/t-sco5 +++ b/gcc/config/i386/t-sco5 @@ -16,7 +16,7 @@ CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -melf -fPIC EXTRA_PARTS = libgcc-elf.a crtbegin.o crtend.o crtbeginS.o crtendS.o TAROUTOPTS = xpf -libgcc1-elf.a: stamp-crtS stamp-crt libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status +libgcc1-elf.a: stamp-crtS libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status -rm -f tmplibgcc1-elf.a for name in $(LIB1FUNCS); \ do \ @@ -47,7 +47,7 @@ libgcc1-elf.a: stamp-crtS stamp-crt libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) con -if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc1-elf.a; else true; fi mv tmplibgcc1-elf.a libgcc1-elf.a -libgcc2-elf.a: stamp-crtS stamp-crt libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \ +libgcc2-elf.a: stamp-crtS libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \ machmode.h longlong.h gbl-ctors.h config.status -rm -f tmplibgcc2-elf.a for name in $(LIB2FUNCS); \ |