* Fix data/glr.cc to reflect the renaming of c++.m4 into cxx.m4.

This commit is contained in:
Juan Manuel Guerrero
2006-02-06 20:51:28 +00:00
parent b01df0368a
commit b947188419

View File

@@ -209,6 +209,9 @@ mv ./lalr1.cc %XSRC%/data/lalr1.cc
sed "s/c++\.m4/cxx.m4/" %XSRC%/data/location.cc > location.cc
if errorlevel 1 goto location.ccFileError
mv ./location.cc %XSRC%/data/location.cc
sed "s/c++\.m4/cxx.m4/" %XSRC%/data/glr.cc > glr.cc
if errorlevel 1 goto glr.ccFileError
mv ./glr.cc %XSRC%/data/glr.cc
Rem Define DJGPP specific defs in config.hin
echo Editing config.hin...
@@ -416,6 +419,10 @@ goto End
echo ./data/lalr1.cc file editing failed!
goto End
:glr_ccFileError
echo ./data/glr.cc file editing failed!
goto End
:location_ccFileError
echo ./data/location.cc file editing failed!
goto End