From 837a9bf9178aacadd748da205b7b1cc418bcaa82 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 1 Mar 2021 09:25:32 +0100 Subject: [PATCH] - fix PATH --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index c0545318..d885078c 100755 --- a/Makefile +++ b/Makefile @@ -214,9 +214,6 @@ include make/ni.mk # for your local extensions, e.g. special plugins or similar ... -include ./Makefile.local -# Quotes are needed for spaces and all in the original PATH content. -PATH := "$(HOST_DIR)/bin:$(HOST_DIR)/sbin:$(CROSS_DIR)/bin:$(PATH)" - # ----------------------------------------------------------------------------- .print-phony: