From 0fba659a87ec00d2f8b81b8cb0ce6a267428a15d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Jun 2016 13:01:17 -0400 Subject: re-add rootprefix, --- move.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/move.sh b/move.sh index b817974ecf..6f330faa59 100755 --- a/move.sh +++ b/move.sh @@ -265,9 +265,6 @@ fixup_makefile() { sed -r \ -e '/^[^# ]*:/ { s|^(\s*)\S+/|\1$(outdir)/| }' \ -e 's|^if (.*)|ifneq ($(\1),)|' \ - -e 's|rootprefix|prefix|g' \ - -e 's|rootbin|bin|g' \ - -e 's|rootlib|lib|g' \ -e 's|--version-script=.*/([^/]+)\.sym|--version-script=$(srcdir)/\1.sym|g' } -- cgit v1.2.3-54-g00ecf