Instead of assuming all scripts are .sh.in and leaving a comment to that
effect, just take the input file directly.

This depends on the first dependency for the target being the source of
the script.

Signed-off-by: Eli Schwartz <eschwa...@archlinux.org>
---
 scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index d6f70ef3..9438bcc0 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -164,7 +164,7 @@ edit = sed \
        -e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \
        -e 's|@DUPATH[@]|$(DUPATH)|g' \
        -e 's|@SCRIPTNAME[@]|$@|g' \
-       -e 's|@configure_input[@]|Generated from $@.sh.in; do not edit by 
hand.|g'
+       -e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g'
 
 ## All the scripts depend on Makefile so that they are rebuilt when the
 ## prefix etc. changes. Use chmod -w to prevent people from editing the
-- 
2.19.1

Reply via email to