# HG changeset patch # User Klaus Ethgen # Date 1513081352 -3600 # Node ID 0645828182a9cbc0d1ba052d34505afad0f4141d # Parent 195267d1c78ff2b4d368eba26bbfe645903a9d39 Catch build errors in this special case 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". diff -r 195267d1c78f -r 0645828182a9 src/Makefile.am --- a/src/Makefile.am Sat Dec 09 11:13:34 2017 +0000 +++ b/src/Makefile.am Tue Dec 12 13:22:32 2017 +0100 @@ -60,7 +60,7 @@ 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); \