From c46c251590e9d1931805cba8ae86d80368aecf68 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Sun, 1 Jun 2008 09:29:45 +0000 Subject: 2008-06-01 Thomas Schwinge * Makefoo.am (PATH): Move definition... * configure.ac: ... here. --- Makefoo.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefoo.am') diff --git a/Makefoo.am b/Makefoo.am index 313a4ed..bb30aab 100644 --- a/Makefoo.am +++ b/Makefoo.am @@ -15,11 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Have the built cross tools appear in `$PATH'. TODO. Is that how it is to be -# done properly? TODO. Would $(PATH_SEPARATOR) always be available already? -PATH_orig := $(shell printenv PATH) -PATH = $(abspath bin)$(PATH_SEPARATOR)$(PATH_orig) - SYSROOT := $(abspath sysroot) # Don't use in-place evaluation, as the referenced values may not yet be -- cgit v1.2.3