From bfccb42a393982e02032afc8664950bfc5a4db18 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 01 Mar 2014 18:11:08 -0500 Subject: Makefile.am: Split up inference rule targets. Automake warns (inaccurately?) that this is non-standard: Makefile.am:159: warning: inference rules can have only one target before the colon (POSIX) --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6f7ea73..68820f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,7 +156,11 @@ test: $(AM_V_at)$(do_subst) $< >$@ $(AM_V_at)chmod a+x $@ -.sh.sm .1in.1: +.sh.sm: + $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" + $(AM_V_at)$(do_subst) $< >$@ + +.1in.1: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)$(do_subst) $< >$@ -- cgit v0.9.1