summaryrefslogtreecommitdiff
path: root/src/GF/Source/Makefile
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-02 14:11:41 +0000
committerbjorn <bjorn@bringert.net>2008-10-02 14:11:41 +0000
commitfa69bd8ab3c82a6c7e3358db42c96919f8ce4967 (patch)
treef4a5f79312e915146c9af4fe2b04575a51c427a6 /src/GF/Source/Makefile
parent9e501521b4f88ebd5c5fb95e24af06d5be6ffe3a (diff)
Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is used, no hand-hacking is needed.
Diffstat (limited to 'src/GF/Source/Makefile')
-rw-r--r--src/GF/Source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Source/Makefile b/src/GF/Source/Makefile
index 50463c796..a07f78ba5 100644
--- a/src/GF/Source/Makefile
+++ b/src/GF/Source/Makefile
@@ -1,6 +1,7 @@
all:
cd ../.. && bnfc -p GF.Source -bytestrings -sharestrings GF/Source/GF.cf
rm ErrM.hs
+ perl -i -pe 's/%name pModHeader ModHeader/%partial pModHeader ModHeader/' ParGF.y
perl -i -pe 's/GF.Source.ErrM/GF.Data.ErrM/' *.hs *.x *.y
happy -gca ParGF.y
alex -g LexGF.x