[svn:parrot] r37863 - trunk/config/gen/makefiles
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Thu Apr 2 02:28:26 UTC 2009
Author: jkeenan
Date: Thu Apr 2 02:28:25 2009
New Revision: 37863
URL: https://trac.parrot.org/parrot/changeset/37863
Log:
Correct two usages of deprecated configuration attributes (TT #524).
Modified:
trunk/config/gen/makefiles/parrot_pc.in
Modified: trunk/config/gen/makefiles/parrot_pc.in
==============================================================================
--- trunk/config/gen/makefiles/parrot_pc.in Thu Apr 2 01:23:56 2009 (r37862)
+++ trunk/config/gen/makefiles/parrot_pc.in Thu Apr 2 02:28:25 2009 (r37863)
@@ -1,7 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-libdir=@lib_dir@
-includedir=@include_dir@
+libdir=@libdir@
+includedir=@includedir@
Name: parrot
Description: virtual machine to execute bytecode for interpreted languages
More information about the parrot-commits
mailing list