diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:36:36 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:36:36 (EST) |
commit | 357fe447f604c44c349a77de5ddf9a8c3a740c23 (patch) | |
tree | c39a97b5be349a70eeb6047a5ede04bdf7252da9 | |
parent | 3005d6f8ac9d4577f654260b3b97b9dafa243192 (diff) |
Makefile.am: Drop .sh inference rule
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index c264f86..965744d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -206,11 +206,6 @@ release: '$(srcdir)/scripts/announce-release.sh' \ $(PACKAGE) $(VERSION) '$(PACKAGE_NAME)' -.sh: - $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" - $(AM_V_at)'$(srcdir)/tools/shpp.sh' $(prokit_SHPPFLAGS) $< $@ - $(AM_V_at)chmod a+x $@ - .sh.sho: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)'$(srcdir)/tools/shpp.sh' $(prokit_SHPPFLAGS) $< $@ |