summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 11:28:08 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 11:28:08 (EST)
commit931f21e4df57f9a85b438452fac49028b98be902 (patch)
treeb8b6049504415e736039c67e296480a2b1c95c4b
parent34bfde24fa775a0323ed4b0629e5412d59b68512 (diff)
Makefile.am: Check syntax of source file before preprocessing
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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: