Commit 27b81fc2 by Jim Meyering

(cplib2.ready): Also depend on $(LANGUAGES).

From H.J. Lu.

From-SVN: r14394
parent 114d6a82
...@@ -165,7 +165,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready ...@@ -165,7 +165,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready
mv -f cplib2.new cplib2.txt mv -f cplib2.new cplib2.txt
# Or if it would be different. # 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 [ -r cplib2.txt ]; then \
if [ -f cc1plus ]; then \ if [ -f cc1plus ]; then \
echo $(CXX_LIB2FUNCS) > cplib2.new; \ echo $(CXX_LIB2FUNCS) > cplib2.new; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment