Make options.h and specs.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 19 Jun 1995 17:06:11 +0000 (13:06 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 19 Jun 1995 17:06:11 +0000 (13:06 -0400)
Change realclear to maintainer-clean.

From-SVN: r10003

gcc/config/msdos/configur.bat

index f8a9958..81aadc4 100644 (file)
@@ -26,7 +26,15 @@ set LANG=%LANG% c++.&
 echo lang.mostlyclean: %LANG% | sed "s/&/mostlyclean/g" >> Makefile\r
 echo lang.clean: %LANG% | sed "s/&/clean/g" >> Makefile\r
 echo lang.distclean: %LANG% | sed "s/&/distclean/g" >> Makefile\r
-echo lang.realclean: %LANG% | sed "s/&/realclean/g" >> Makefile\r
+echo lang.maintrainer-clean: %LANG% | sed "s/&/maintainer-clean/g" >> Makefile\r
+echo /* options.h */ > options.h
+if exist cp\lang-options.h echo #include "cp/lang-options.h" >> options.h\r
+if exist ada\lang-options.h echo #include "ada/lang-options.h" >> options.h\r
+if exist f\lang-options.h echo #include "f/lang-options.h" >> options.h\r
+echo /* specs.h */ > specs.h\r
+if exist cp\lang-specs.h echo #include "cp/lang-specs.h" >> specs.h\r
+if exist ada\lang-specs.h echo #include "ada/lang-specs.h" >> specs.h\r
+if exist f\lang-specs.h echo #include "f/lang-specs.h" >> specs.h\r
 \r
 echo #define MULTILIB_SELECT ". ;" > multilib.h1\r
 update multilib.h1 multilib.h\r