[svn:parrot] r43247 - trunk/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Sat Dec 26 17:00:21 UTC 2009


Author: cotto
Date: Sat Dec 26 17:00:21 2009
New Revision: 43247
URL: https://trac.parrot.org/parrot/changeset/43247

Log:
[pirc] define LEX and YACC as appropriate

Modified:
   trunk/config/gen/makefiles/pirc.in

Modified: trunk/config/gen/makefiles/pirc.in
==============================================================================
--- trunk/config/gen/makefiles/pirc.in	Sat Dec 26 15:42:34 2009	(r43246)
+++ trunk/config/gen/makefiles/pirc.in	Sat Dec 26 17:00:21 2009	(r43247)
@@ -24,6 +24,8 @@
 LD            := @ld@
 LDFLAGS       := @ldflags@ @ld_debug@
 TOUCH		  := @touch@
+LEX			  := @lex@
+YACC	      := @yacc@
 
 SOURCES       := \
   src/main.c \


More information about the parrot-commits mailing list