Changeset 110446 in webkit


Ignore:
Timestamp:
Mar 12, 2012 10:50:50 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] r110296 included an extra $ in @$(AM_V_GEN)
https://bugs.webkit.org/show_bug.cgi?id=80809

Patch by C Anthony Risinger <anthony@xtfx.me> on 2012-03-12
Reviewed by Philippe Normand.

  • GNUmakefile.am: Add $ to @(AM_V_GEN), else /bin/sh syntax error
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r110427 r110446  
     12012-03-12  C Anthony Risinger  <anthony@xtfx.me>
     2
     3        [GTK] r110296 included an extra $ in @$(AM_V_GEN)
     4        https://bugs.webkit.org/show_bug.cgi?id=80809
     5
     6        Reviewed by Philippe Normand.
     7
     8        * GNUmakefile.am: Add `$` to @(AM_V_GEN), else /bin/sh syntax error
     9
    1102012-03-12  Ming Xie  <mxie@rim.com>
    211
  • trunk/Tools/GNUmakefile.am

    r110296 r110446  
    325325        fi
    326326endif
    327         @(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
     327        @$(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
    328328
    329329uninstall-local:
Note: See TracChangeset for help on using the changeset viewer.