summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2019-11-06 06:46:59 +0100
committerAllan McRae <allan@archlinux.org>2019-11-06 06:46:59 +0100
commit2dd7725f2a0cccd0a248531551c9fbea4ef35f1f (patch)
treea86384b38f0d0b8de755e8d61450742214bb2a6a /scripts/Makefile.am
parent3a814ee6bca9ee24a868c0dc032b321048a53e08 (diff)
downloadpacman-2dd7725f2a0cccd0a248531551c9fbea4ef35f1f.tar.gz
pacman-2dd7725f2a0cccd0a248531551c9fbea4ef35f1f.tar.xz
Remove "Generated from ...; do not edit by hand" from scripts
This is a useless piece of information. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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