parser: fix comment in Makefile
authorJean Privat <jean@pryen.org>
Thu, 7 Jan 2010 18:58:50 +0000 (13:58 -0500)
committerJean Privat <jean@pryen.org>
Thu, 14 Jan 2010 16:43:40 +0000 (11:43 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

src/parser/Makefile

index 9a3231f..362d6a5 100644 (file)
@@ -22,7 +22,7 @@ all: parser.nit
 .nit.sablecc3: nit.sablecc3xx
        ./prescc.sh $< $@
 
-# Note that parser_nodes is automatically synced with the grammar
+# Note that parser_nodes is no more automatically synced with the grammar
 parser.nit: .nit.sablecc3 xss/*.xss
        ${SABLECC} -c .nit.sablecc3.dump -t xss/main.xss -p usermodule parser_nodes .nit.sablecc3
        LANG=C sed -i -e 's/\([ \[]\)P\([A-Z]\)/\1A\2/g' parser.nit parser_abs.nit parser_prod.nit parser_tables.nit lexer.nit