summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.mak b/common.mak
index ddaf45c370..9525dd44b6 100644
--- a/common.mak
+++ b/common.mak
@@ -7,12 +7,6 @@ all: all-yes
ifndef SUBDIR
-ifndef MAIN_MAKEFILE
-ifeq ($(SRC_PATH),.)
-SRC_PATH = ..
-endif
-endif
-
ifndef V
Q = @
ECHO = printf "$(1)\t%s\n" $(2)