summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 14:34:47 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 14:35:08 (EDT)
commit90273a6500217206d98b47dc911464306ffdb125 (patch)
tree1faf984983d003bf1c532ef89ff8455135c3e970 /Makefile.am
parent9b681641cfde1cc68661f0a8535a86603ba31c0b (diff)
Makefile.am: Drop .sh inference rule
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 824ec70..69d83de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,11 +105,6 @@ dist-hook:
mv '$(distdir)/ChangeLog~' '$(distdir)/ChangeLog'; \
fi
-.sh:
- $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"
- $(AM_V_at)$(do_subst) $< >$@
- $(AM_V_at)chmod a+x $@
-
.sh.sho:
$(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"
$(AM_V_at)$(do_subst) $< >$@