From 931f21e4df57f9a85b438452fac49028b98be902 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Dec 2015 11:28:08 -0500 Subject: Makefile.am: Check syntax of source file before preprocessing --- diff --git a/Makefile.am b/Makefile.am index e7c34ba..362839a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,7 @@ release: .sh.sho: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" + $(AM_V_at)$(SH) -n $< $(AM_V_at)'$(srcdir)/tools/shpp.sh' $(prokit_SHPPFLAGS) $< $@ .sh.ms: -- cgit v0.9.1