diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:58:28 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:58:28 (EST) |
commit | 7af5c9f70f64f9aa879a078687589771442505dd (patch) | |
tree | 659ff92fed2af0c11f42be4ee0c6da86a3d47f8a | |
parent | 98500eb7a049d05ea7cd1768519eeee13f90c4a8 (diff) |
Makefile.am: Drop ".3in.3" inference rule
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 09be4c7..387293a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ PACKAGE_STRING = $(PACKAGE_NAME) $(PACKAGE_VERSION_GIT) MANUAL = Distribution Build System -SUFFIXES = .sh .sho .1in .1 .3in .3 .ms +SUFFIXES = .sh .sho .1in .1 .ms SHOBJEXT = sho SHPPFLAGS = \ @@ -215,10 +215,6 @@ lib/libopkbuild.$(SHSOEXT).$(libopkbuild_shsoversion): \ $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)$(do_subst) $< >$@ -.3in.3: - $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" - $(AM_V_at)$(do_subst) $< >$@ - .sh.ms: $(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)" $(AM_V_at)cp $< $@ |