Cleanup typed constants
[mono.git] / mcs / mcs / Makefile
index 43a2780851e2951341f0ad3643d120cb53c7de59..4599b6f8d59d1b835190671ef4dca999ce858dc8 100644 (file)
@@ -39,8 +39,9 @@ PROGRAM_COMPILE = $(BOOT_COMPILE)
 
 CLEAN_FILES += y.output
 
+# Use -cvt for parser debug version
 %-parser.cs: %-parser.jay $(topdir)/jay/skeleton.cs
-       $(topdir)/jay/jay -cvt < $(topdir)/jay/skeleton.cs $< > jay-tmp.out && mv jay-tmp.out $@
+       $(topdir)/jay/jay -cv < $(topdir)/jay/skeleton.cs $< > jay-tmp.out && mv jay-tmp.out $@
 
 
 KEEP_OUTPUT_FILE_COPY = yes