index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Santiago Torres <santiago@archlinux.org> | 2019-03-11 21:18:16 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-19 12:07:15 +1000 |
commit | 226d2c124884c7318b7fb86c2e6bdf792eddd1a9 (patch) | |
tree | 151d9df3037ab499ff7771433b569657f2a83967 /scripts | |
parent | bbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff) |
-rw-r--r-- | scripts/Makefile.am | 2 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 4eda9083..2c743e82 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -176,8 +176,6 @@ edit = sed \ -e "s|@INODECMD[@]|$(INODECMD)|g" \ -e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \ -e 's|@SEDPATH[@]|$(SEDPATH)|g' \ - -e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \ - -e 's|@DUPATH[@]|$(DUPATH)|g' \ -e 's|@SCRIPTNAME[@]|$@|g' \ -e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g' |