diff options
author | 2007-10-29 22:05:12 +0000 | |
---|---|---|
committer | 2007-10-29 22:05:12 +0000 | |
commit | 5ed230b1a2d58e8efbda488d93ad5a82ff5f3852 (patch) | |
tree | 6a6133c9b6e998982da42d11faf87b0d1ba85d30 | |
parent | UltraSPARC CPUs (and other SPARC V9 implementations) don't have a (diff) | |
download | wireguard-openbsd-5ed230b1a2d58e8efbda488d93ad5a82ff5f3852.tar.xz wireguard-openbsd-5ed230b1a2d58e8efbda488d93ad5a82ff5f3852.zip |
add missing dependency. Taken from upstream gcc.
okay kettenis@ (`if it builds' and it does)
-rw-r--r-- | gnu/usr.bin/gcc/gcc/mklibgcc.in | 4 |
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. |