diff --git a/lib/common.Makefile b/lib/common.Makefile index 2509944ba..cc83fc998 100644 --- a/lib/common.Makefile +++ b/lib/common.Makefile @@ -38,7 +38,7 @@ fix_frame_channel_layout.h: ../lib/fix_frame_channel_layout-* rm -f "$@"; \ echo '/******** GENERATED FILE ********/' > "$@"; \ cat "$$x" >> "$@"; \ - $(MAKE) fix_frame_channel_layout-test.o 2> /dev/null && break; \ + $(MAKE) fix_frame_channel_layout-test.o && break; \ echo "Failed build with $$x"; \ rm -f "$@"; \ done; \