]> git.saurik.com Git - bison.git/commitdiff
* Fix data/glr.cc to reflect the renaming of c++.m4 into cxx.m4.
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Mon, 6 Feb 2006 20:51:28 +0000 (20:51 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Mon, 6 Feb 2006 20:51:28 +0000 (20:51 +0000)
djgpp/config.bat

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