aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e81eee3..2d2a7a5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 14 22:31:30 2001 J"orn Rennecke <amylaar@redhat.com>
+
+ * Makefile.in (libgcc1-test.o): Depends on stmp-int-hdrs.
+
2001-01-14 Neil Booth <neil@daikokuya.demon.co.uk>
* c-parse.in (finish_parse): Add comment about cpp_destroy.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 0091585..7041ad2 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -951,7 +951,7 @@ libgcc1-test: libgcc1-test.o native $(GCC_PARTS)
@echo "Testing libgcc1. Ignore linker warning messages."
$(GCC_FOR_TARGET) $(GCC_CFLAGS) libgcc1-test.o -o libgcc1-test \
-nostartfiles -nostdlib `$(GCC_FOR_TARGET) --print-libgcc-file-name`
-libgcc1-test.o: libgcc1-test.c native xgcc$(exeext)
+libgcc1-test.o: libgcc1-test.c native xgcc$(exeext) stmp-int-hdrs
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/libgcc1-test.c
# Recompile all the language-independent object files.