After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725496 - Makefile.am: Fix missing backslashes in lists
Makefile.am: Fix missing backslashes in lists
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-02 11:38 UTC by Stef Walter
Modified: 2014-03-02 13:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Makefile.am: Fix missing backslashes in lists (1.58 KB, patch)
2014-03-02 11:38 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2014-03-02 11:38:56 UTC
Various Makefiles contain lists that are missing backslashes. Patch fixes the issue.
Comment 1 Stef Walter 2014-03-02 11:38:59 UTC
Created attachment 270690 [details] [review]
Makefile.am: Fix missing backslashes in lists
Comment 2 Jürg Billeter 2014-03-02 13:06:21 UTC
Review of attachment 270690 [details] [review]:

Thanks, looks fine.
Comment 3 Jürg Billeter 2014-03-02 13:06:35 UTC
commit 14c8be5e812cf537160e3c09a7dc56c5698c3cec
Author: Stef Walter <stefw@redhat.com>
Date:   Sun Mar 2 12:36:22 2014 +0100

    build: Fix missing backslashes in lists
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725496