changeset 2679:0645828182a9

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".
author Klaus Ethgen <Klaus@Ethgen.de>
date Tue, 12 Dec 2017 13:22:32 +0100
parents 195267d1c78f
children 919848e94abc
files src/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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); \