summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-10-29 22:05:13 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-10-29 22:05:13 +0000
commitcf501b5ed534fc29b9c197fb1576f9898c994f4c (patch)
treeb47b3c71657811cec864d61a24d6a2ab3efe8fcd
parentedcd85c3f977f5e1abbe966ff98f0447bfd63041 (diff)
add missing dependency. Taken from upstream gcc.
okay kettenis@ (`if it builds' and it does)
-rw-r--r--gnu/usr.bin/gcc/gcc/mklibgcc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/mklibgcc.in b/gnu/usr.bin/gcc/gcc/mklibgcc.in
index 46b1dcfafdd..711db95271b 100644
--- a/gnu/usr.bin/gcc/gcc/mklibgcc.in
+++ b/gnu/usr.bin/gcc/gcc/mklibgcc.in
@@ -63,10 +63,10 @@ make_compile='$(MAKE) GCC_FOR_TARGET="$(GCC_FOR_TARGET)" \
LANGUAGES="$(LANGUAGES)"'
# Dependencies for libgcc2.c
-libgcc2_c_dep='$(srcdir)/libgcc2.c $(CONFIG_H) $(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h'" $LIB2ADDEHDEP"
+libgcc2_c_dep='stmp-dirs $(srcdir)/libgcc2.c $(CONFIG_H) $(MACHMODE_H) longlong.h gbl-ctors.h config.status stmp-int-hdrs tsystem.h'" $LIB2ADDEHDEP"
# Dependencies for fp-bit.c
-fpbit_c_dep='config.status tsystem.h'
+fpbit_c_dep='stmp-dirs config.status tsystem.h'
#
# Build libgcc1 components.