Commit 7cd3c88d by Richard Kenner

If Ada subdirectory present, adjust Makefile.

From-SVN: r11978
parent 3464bdc4
...@@ -17,6 +17,12 @@ sed -f config/msdos/top.sed Makefile.in >> Makefile ...@@ -17,6 +17,12 @@ sed -f config/msdos/top.sed Makefile.in >> Makefile
set LANG= 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 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\make-lang.in >> Makefile
sed -f config/msdos/top.sed cp\makefile.in > cp\Makefile sed -f config/msdos/top.sed cp\makefile.in > cp\Makefile
......
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