Author: kjs
Date: Wed Mar 26 05:30:13 2008
New Revision: 26566

Modified:
   trunk/compilers/nqp/bootstrap/nqp.pir

Log:
[nqp] fix paths for .includes in bootstrap compiler driver.

Modified: trunk/compilers/nqp/bootstrap/nqp.pir
==============================================================================
--- trunk/compilers/nqp/bootstrap/nqp.pir       (original)
+++ trunk/compilers/nqp/bootstrap/nqp.pir       Wed Mar 26 05:30:13 2008
@@ -50,8 +50,8 @@
 .end
 
 
-.include '../src/Grammar_gen.pir'
-.include 'gen_actions.pir'
+.include 'src/Grammar_gen.pir'
+.include 'bootstrap/gen_actions.pir'
 
 
 .namespace

Reply via email to