summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 14:13:14 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 14:13:14 (EDT)
commit981086623d146119c1230acdaf1d54a0c53b1abc (patch)
tree8d06c2ef54b107de093f3c013ddd0c1c1a807d6c /Makefile.am
parent149d633b696eac1c7b7a311cecbe7e1123858e12 (diff)
Makefile.am: Rearrange inference rules
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
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