[Webkit-unassigned] [Bug 16818] dftables should be rewritten as a script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 15:39:12 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16818





------- Comment #10 from alp at atoker.com  2008-01-10 15:39 PDT -------
Nice.

-JavaScriptCore/pcre/chartables.c: $(top_builddir)/Programs/dftables$(EXEEXT)
-       ./Programs/dftables $@
+JavaScriptCore/pcre/chartables.c: 
+       $(srcdir)/JavaScriptCore/pcre/dftables $@

This should probably be:

JavaScriptCore/pcre/chartables.c: $(srcdir)/JavaScriptCore/pcre/dftables
        $^ $@


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list