mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Small semantic fix in ct.ng(.in): use make builtin variable to know the make-script name.
/trunk/ct-ng.in | 10 6 4 0 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
This commit is contained in:
parent
420f3fdd25
commit
f6a8ed369f
10
ct-ng.in
10
ct-ng.in
@ -13,11 +13,13 @@ MAKEFLAGS += --no-print-directory --no-builtin-rules
|
||||
# bash. (Note: this is ugly, but ./configure checks for it).
|
||||
export SHELL=/bin/bash
|
||||
|
||||
# This is where ct-ng is.
|
||||
# Don't bother to change it other than with a new ./configure!
|
||||
CT_NG:=@@CT_BINDIR@@/ct-ng
|
||||
|
||||
# This is where ct-ng is:
|
||||
export CT_NG:=$(lastword $(MAKEFILE_LIST))
|
||||
# and this is where we're working in:
|
||||
export CT_TOP_DIR:=$(shell pwd)
|
||||
|
||||
# Paths and values set by ./configure
|
||||
# Don't bother to change it other than with a new ./configure!
|
||||
export CT_LIB_DIR:=@@CT_LIBDIR@@
|
||||
export CT_DOC_DIR:=@@CT_DOCDIR@@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user