aboutsummaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-03-17 17:41:36 -0700
committerAlexey Neyman <stilor@att.net>2018-04-07 12:03:17 -0700
commit5b95b81ea90682c124d5280b64a91a249c464ee4 (patch)
tree6ab5f2891dd81ae9be21cd56fe8a7dcde4485d3c /ct-ng.in
parent0dc8565c4fa521e71667030ec0f994aa4f3918ec (diff)
downloadcrosstool-ng-5b95b81ea90682c124d5280b64a91a249c464ee4.tar.gz
crosstool-ng-5b95b81ea90682c124d5280b64a91a249c464ee4.tar.bz2
crosstool-ng-5b95b81ea90682c124d5280b64a91a249c464ee4.zip
Kill gperf vestiges
Generate paths.sh by configure, do away with paths.mk. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 0b1e47d4..10ee237b 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -27,7 +27,18 @@ CT_WGET := @wget@
CT_CURL := @curl@
# Paths found by ./configure
-include $(CT_LIB_DIR)/paths.mk
+export install = @INSTALL@
+export bash = @BASH_SHELL@
+export awk = @AWK@
+export grep = @GREP@
+export make = @MAKE@
+export sed = @SED@
+export libtool = @LIBTOOL@
+export libtoolize = @LIBTOOLIZE@
+export objcopy = @OBJCOPY@
+export objdump = @OBJDUMP@
+export readelf = @READELF@
+export patch = @PATCH@
# Some distributions (eg. Ubuntu) thought it wise to point /bin/sh to
# a truly POSIX-conforming shell, ash in this case. This is not so good