Catch build errors in this special case
authorKlaus Ethgen <Klaus@Ethgen.de>
Tue, 12 Dec 2017 12:22:32 +0000 (13:22 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Tue, 12 Dec 2017 12:22:32 +0000 (13:22 +0100)
Unfortunately, Debian decided to just report that to there own
repository with bug number #883526 but does not report it upstream.

However, that will fix the "bug".

src/Makefile.am

index ad24458..558c8ee 100644 (file)
@@ -60,7 +60,7 @@ ICON_PAIRS = \
        icon_tabcomp            $(srcdir)/ui_tabcomp.png
 
 ui_icons.h: $(extra_ICONS) Makefile.in
-       @(echo '/* Auto generated file, do not edit */'; echo; \
+       @(set -e; echo '/* Auto generated file, do not edit */'; echo; \
         echo '#ifndef UI_ICONS_H'; \
         echo '#define UI_ICONS_H'; echo; \
         $(GDK_PIXBUF_CSOURCE) --raw --extern --build-list $(ICON_PAIRS); \