summaryrefslogtreecommitdiff
path: root/Makefoo.am
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-06-01 09:29:45 +0000
committertschwinge <tschwinge>2008-06-01 09:29:45 +0000
commitc46c251590e9d1931805cba8ae86d80368aecf68 (patch)
tree63840c359111db2ecc35f0351ad7c5605468070c /Makefoo.am
parente0c3a725781f1b4b9598964624f0c4662e7ff32c (diff)
2008-06-01 Thomas Schwinge <tschwinge@gnu.org>
* Makefoo.am (PATH): Move definition... * configure.ac: ... here.
Diffstat (limited to 'Makefoo.am')
-rw-r--r--Makefoo.am5
1 files changed, 0 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
-# 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