From 2dd7725f2a0cccd0a248531551c9fbea4ef35f1f Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 6 Nov 2019 15:46:59 +1000 Subject: Remove "Generated from ...; do not edit by hand" from scripts This is a useless piece of information. Signed-off-by: Allan McRae --- scripts/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/Makefile.am') diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 3cb6c133..191fc3d3 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -186,8 +186,7 @@ edit = sed \ -e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \ -e "s|@INODECMD[@]|$(INODECMD)|g" \ -e "s|@FILECMD[@]|$(FILECMD)|g" \ - -e 's|@SCRIPTNAME[@]|$@|g' \ - -e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g' + -e 's|@SCRIPTNAME[@]|$@|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 -- cgit v1.2.3-24-g4f1b