From 981086623d146119c1230acdaf1d54a0c53b1abc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 14:13:14 -0400 Subject: Makefile.am: Rearrange inference rules --- diff --git a/Makefile.am b/Makefile.am index cb6923e..ddf2d6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,14 +133,14 @@ dist-hook: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)$(do_subst) $< >$@ -.1in.1: - $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" - $(AM_V_at)$(do_subst) $< >$@ - .sh.ms: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)cp $< $@ +.1in.1: + $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" + $(AM_V_at)$(do_subst) $< >$@ + include $(top_srcdir)/src/local.mk include $(top_srcdir)/locale/local.mk include $(top_srcdir)/man/local.mk -- cgit v0.9.1