diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-07 00:16:44 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-07 00:16:44 (EST) |
commit | 004ce54abf220a4bfe5ecf7aced1179ca98cd500 (patch) | |
tree | 0918ddb666088da281e2d7a972fba7e477583fbe | |
parent | 40bdedebfd91f9fc4572d106edab4b17045c2850 (diff) |
Makefile.am: Move SUFFIXES
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f1643d6..15d588e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ MANUAL = ProteanOS Development Kit Manual TEXTDOMAIN = $$(printf '%s\n' '$(PACKAGE)' | sed -e 's|-|_|g') +SUFFIXES = .sh .sho .1in .1 .8in .8 .ms + bin_PROGRAMS = prokit prokit_SOURCES = @@ -58,8 +60,6 @@ EXTRA_DIST = \ tools/shpp.sh \ tools/shld.sh -SUFFIXES = .sh .sho .1in .1 .8in .8 .ms - do_subst = sed \ -e 's|[@]PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|[@]PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ |