From 96a881beacf8fee0e4183d2a52ea79e6e32b3501 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 19 Jun 1995 13:06:11 -0400 Subject: [PATCH] Make options.h and specs.h. Change realclear to maintainer-clean. From-SVN: r10003 --- gcc/config/msdos/configur.bat | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/config/msdos/configur.bat b/gcc/config/msdos/configur.bat index f8a99586e1e..81aadc487f8 100644 --- a/gcc/config/msdos/configur.bat +++ b/gcc/config/msdos/configur.bat @@ -26,7 +26,15 @@ set LANG=%LANG% c++.& echo lang.mostlyclean: %LANG% | sed "s/&/mostlyclean/g" >> Makefile echo lang.clean: %LANG% | sed "s/&/clean/g" >> Makefile echo lang.distclean: %LANG% | sed "s/&/distclean/g" >> Makefile -echo lang.realclean: %LANG% | sed "s/&/realclean/g" >> Makefile +echo lang.maintrainer-clean: %LANG% | sed "s/&/maintainer-clean/g" >> Makefile +echo /* options.h */ > options.h +if exist cp\lang-options.h echo #include "cp/lang-options.h" >> options.h +if exist ada\lang-options.h echo #include "ada/lang-options.h" >> options.h +if exist f\lang-options.h echo #include "f/lang-options.h" >> options.h +echo /* specs.h */ > specs.h +if exist cp\lang-specs.h echo #include "cp/lang-specs.h" >> specs.h +if exist ada\lang-specs.h echo #include "ada/lang-specs.h" >> specs.h +if exist f\lang-specs.h echo #include "f/lang-specs.h" >> specs.h echo #define MULTILIB_SELECT ". ;" > multilib.h1 update multilib.h1 multilib.h -- 2.30.2