aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-17 08:01:44 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-17 08:01:44 -0400
commit7cd3c88d588152996f5bdd1729c28be58fd7705a (patch)
treecba6c77ac52c5936bcd8c964c87ad3ac8671066c /gcc
parent3464bdc413204d5998959cabee1e9cef29bf6863 (diff)
downloadgcc-7cd3c88d588152996f5bdd1729c28be58fd7705a.zip
gcc-7cd3c88d588152996f5bdd1729c28be58fd7705a.tar.gz
gcc-7cd3c88d588152996f5bdd1729c28be58fd7705a.tar.bz2
If Ada subdirectory present, adjust Makefile.
From-SVN: r11978
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/msdos/configur.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/msdos/configur.bat b/gcc/config/msdos/configur.bat
index 7d479f7..03e4109 100644
--- a/gcc/config/msdos/configur.bat
+++ b/gcc/config/msdos/configur.bat
@@ -17,6 +17,12 @@ sed -f config/msdos/top.sed Makefile.in >> Makefile
set LANG=
+if not exist ada\make-lang.in goto no_ada
+sed -f config/msdos/top.sed ada\make-lang.in >> Makefile
+sed -f config/msdos/top.sed ada\makefile.in > ada\Makefile
+set LANG=%LANG% ada.&
+:no_ada
+
if not exist cp\make-lang.in goto no_cp
sed -f config/msdos/top.sed cp\make-lang.in >> Makefile
sed -f config/msdos/top.sed cp\makefile.in > cp\Makefile