diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-06-24 16:27:18 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-06-24 16:27:18 -0400 |
commit | aaa52048c2f78f0bd4568cf6f684bfaf57c243a2 (patch) | |
tree | b4dddada2ec190d0d8194451cca7d4bb4ca490e0 /libstdc++ | |
parent | 58fc5486447c2c0b013201044e81dbf58d0c14c8 (diff) | |
download | gcc-aaa52048c2f78f0bd4568cf6f684bfaf57c243a2.tar.gz |
update stuff rule
From-SVN: r34684
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index f2e1a8c58c2..cbbc14901df 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1994, 1995, 1999 Free Software Foundation +# Copyright (C) 1994, 1995, 1999, 2000 Free Software Foundation # This file is part of the GNU ANSI C++ Library. This library is free # software; you can redistribute it and/or modify it under the terms of @@ -380,10 +380,10 @@ stuff: stuff1: $(MAKE) clean $(MAKE) -C ../libio c++clean - touch ../../gcc/libgcc2.ready + rm -f ../../gcc/cplib2.txt stuff2: - $(MAKE) -C ../../gcc/ libgcc.a + $(MAKE) -C ../../gcc/ LANGUAGES='c c++' libgcc.a $(MAKE) CXXFLAGS="$(MYCXXFLAGS)" CFLAGS="$(MYCFLAGS)" -$(MAKE) check -$(MAKE) -C ../libio check |