[antlr-interest] Re: ASTFrame

Ric Klaren klaren at cs.utwente.nl
Wed Mar 24 05:44:31 PST 2004


Hi,

On Wed, Mar 24, 2004 at 01:01:05PM -0000, David wrote:
> Yes the problem was coming from the fast that this class wasn't in the
> archive (even by using the makefile automaticaly generated with
> autoconf). 

Bah missed the quoting in one spot. This patch fixes that.

----snip----
--- /tmp/tmp.31527.0    2004-03-24 14:44:03.000000000 +0100
+++ /home/fmg/klaren/Antlr/code/org.antlr/main/main/scripts/Rules.make  2004-03-24 14:36:00.000000000 +0100
@@ -140,7 +140,7 @@ unexport obj_dir_arg javac_paths
        @ echo "==========================================="
        @ echo "Making $(@)..."
        @ rm -f $@
-       @ $(JAR) cf $@ $^
+       @ $(JAR) cvf $@ $(subst $$,\$$,$^)
        @ echo "==========================================="
 
 #
----snip----

Terence, any chance to sneak this fix into the tarball for 2.7.3 ? The jars
in the 2.7.3 zip and tar.gz are ok with respect to the missing AST$Framexxx
stuff.

Cheers,

Ric
-- 
-----+++++*****************************************************+++++++++-------
    ---- Ric Klaren ----- j.klaren at utwente.nl ----- +31 53 4893722  ----
-----+++++*****************************************************+++++++++-------
  Quidquid latine dictum sit, altum viditur.
                 (Whatever is said in Latin sounds profound.)



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 



More information about the antlr-interest mailing list