diff options
author | Jim Meyering <meyering@gcc.gnu.org> | 1997-07-07 04:00:34 +0000 |
---|---|---|
committer | Jim Meyering <meyering@gcc.gnu.org> | 1997-07-07 04:00:34 +0000 |
commit | 27b81fc2de614ac95e5e67d6f4542a41ba7673a3 (patch) | |
tree | 275b33d23cad883d5b2cf6c32cb8c5841128645d /gcc | |
parent | 114d6a82f062e6bd531afa4e8a7f943538160b67 (diff) | |
download | gcc-27b81fc2de614ac95e5e67d6f4542a41ba7673a3.zip gcc-27b81fc2de614ac95e5e67d6f4542a41ba7673a3.tar.gz gcc-27b81fc2de614ac95e5e67d6f4542a41ba7673a3.tar.bz2 |
(cplib2.ready): Also depend on $(LANGUAGES).
From H.J. Lu.
From-SVN: r14394
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 4890a94..47cf4de 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -165,7 +165,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready mv -f cplib2.new cplib2.txt # Or if it would be different. -cplib2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs +cplib2.ready: $(GCC_PASSES) $(LANGUAGES) $(LIBGCC2_DEPS) stmp-int-hdrs @if [ -r cplib2.txt ]; then \ if [ -f cc1plus ]; then \ echo $(CXX_LIB2FUNCS) > cplib2.new; \ |