[svn:parrot] r37899 - in trunk/examples: languages/abc/config/makefiles languages/squaak/config/makefiles pir/befunge/config/makefiles

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Apr 4 12:24:55 UTC 2009


Author: fperrad
Date: Sat Apr  4 12:24:54 2009
New Revision: 37899
URL: https://trac.parrot.org/parrot/changeset/37899

Log:
[config] update variable names see r37861

Modified:
   trunk/examples/languages/abc/config/makefiles/root.in
   trunk/examples/languages/squaak/config/makefiles/root.in
   trunk/examples/pir/befunge/config/makefiles/root.in

Modified: trunk/examples/languages/abc/config/makefiles/root.in
==============================================================================
--- trunk/examples/languages/abc/config/makefiles/root.in	Sat Apr  4 07:58:33 2009	(r37898)
+++ trunk/examples/languages/abc/config/makefiles/root.in	Sat Apr  4 12:24:54 2009	(r37899)
@@ -6,8 +6,8 @@
 
 ## configuration settings
 VERSION       := @versiondir@
-BIN_DIR       := @bin_dir@
-LIB_DIR       := @lib_dir@$(VERSION)
+BIN_DIR       := @bindir@
+LIB_DIR       := @libdir@$(VERSION)
 DOC_DIR       := @doc_dir@$(VERSION)
 MANDIR        := @mandir@$(VERSION)
 

Modified: trunk/examples/languages/squaak/config/makefiles/root.in
==============================================================================
--- trunk/examples/languages/squaak/config/makefiles/root.in	Sat Apr  4 07:58:33 2009	(r37898)
+++ trunk/examples/languages/squaak/config/makefiles/root.in	Sat Apr  4 12:24:54 2009	(r37899)
@@ -6,8 +6,8 @@
 
 ## configuration settings
 VERSION       := @versiondir@
-BIN_DIR       := @bin_dir@
-LIB_DIR       := @lib_dir@$(VERSION)
+BIN_DIR       := @bindir@
+LIB_DIR       := @libdir@$(VERSION)
 DOC_DIR       := @doc_dir@$(VERSION)
 MANDIR        := @mandir@$(VERSION)
 

Modified: trunk/examples/pir/befunge/config/makefiles/root.in
==============================================================================
--- trunk/examples/pir/befunge/config/makefiles/root.in	Sat Apr  4 07:58:33 2009	(r37898)
+++ trunk/examples/pir/befunge/config/makefiles/root.in	Sat Apr  4 12:24:54 2009	(r37899)
@@ -6,8 +6,8 @@
 
 ## configuration settings
 VERSION       := @versiondir@
-BIN_DIR       := @bin_dir@
-LIB_DIR       := @lib_dir@$(VERSION)
+BIN_DIR       := @bindir@
+LIB_DIR       := @libdir@$(VERSION)
 DOC_DIR       := @doc_dir@$(VERSION)
 MANDIR        := @mandir@$(VERSION)
 


More information about the parrot-commits mailing list