Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-06-30 02:01:14 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-06-30 02:02:09 +0400
commite1a54304be1ccbbff2fcd3ee955acfbceb71221f (patch)
treeba1c955659ab11f2fba0f20bed115d5b65f84fed /common.mak
parent08b4a667ef0ed02980a74f3b2174de2040fe1061 (diff)
Move SRC_PATH hack around to allow compilation from subdir again.
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)