aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/t-sco5
diff options
context:
space:
mode:
authorStan Cox <coxs@gcc.gnu.org>1997-02-14 20:41:12 +0000
committerStan Cox <coxs@gcc.gnu.org>1997-02-14 20:41:12 +0000
commit49a71b7168a8458398fc2e297fc8d8c7b65ca1d2 (patch)
treea879c54f7e0f80bde90dceb1a37c19aaf5e7df43 /gcc/config/i386/t-sco5
parent1fffef5e8ca68b8e0df03366a67c44f3e399a46d (diff)
(libgcc.a): Correct target dependencies
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@13634 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-sco5')
-rw-r--r--gcc/config/i386/t-sco54
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/t-sco5 b/gcc/config/i386/t-sco5
index e72a5c4c476..8dd7c5670e9 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); \