From 7454a3f122a0055f50e68cae7520962b454e3133 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 14:20:45 -0400 Subject: Makefile.am: Move and rearrange SUFFIXES --- diff --git a/Makefile.am b/Makefile.am index 69c2e93..039c31e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,8 @@ else PACKAGE_VERSION_GIT = $(PACKAGE_VERSION) endif +SUFFIXES = .sh .sho .ms .1in .1 + # This PACKAGE_VERSION stuff is a rather gross hack, but it's the only reliable # way to put Git commit information in the prokit executable. Setting # PACKAGE_VERSION in configure causes it to become outdated until the next @@ -60,8 +62,6 @@ EXTRA_DIST = \ tools/shpp.sh \ tools/shld.sh -SUFFIXES = .sh .sho .1in .1 .ms - textdomain = $$(printf '%s\n' '$(PACKAGE)' | sed -e 's|-|_|g') do_subst = sed \ -e 's|@[@]PACKAGE_NAME[@]@|$(PACKAGE)|g' \ -- cgit v0.9.1