From: dtrg Date: Sat, 11 Nov 2006 22:59:01 +0000 (+0000) Subject: Now uses the version of LLgen included with the ACK instead of the standalone version. X-Git-Tag: release-6-0-pre-1~37 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=02a2876821517087362cfa08683e88b312ca8b4a;p=ack.git Now uses the version of LLgen included with the ACK instead of the standalone version. --- diff --git a/first/llgen.pm b/first/llgen.pm index 129f0325e..e8f1e70eb 100644 --- a/first/llgen.pm +++ b/first/llgen.pm @@ -8,7 +8,7 @@ LLgen = simple { class = "LLgen", command = { "rm -f %out%", - "cd %out[1]:dirname% && LLgen %in%" + "cd %out[1]:dirname% && %TOOLDIR%LLgen %in%" }, outputs = {"%U%/" }, @@ -29,6 +29,9 @@ LLgen = simple { -- Revision history -- $Log$ --- Revision 1.1 2006-07-20 23:18:18 dtrg +-- Revision 1.2 2006-11-11 22:59:01 dtrg +-- Now uses the version of LLgen included with the ACK instead of the standalone version. +-- +-- Revision 1.1 2006/07/20 23:18:18 dtrg -- First version in CVS. -- \ No newline at end of file