diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-06 22:38:38 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-23 12:17:25 +0100 |
commit | f038cf3c745099151cdc8aa311fa83f5907598a6 (patch) | |
tree | ca5910666a5de287dd9ec2e14004756b227dd3e2 /subdir.mak | |
parent | bb5249244ddb22df1cfb8dee1c369e6cd653d00d (diff) | |
download | ffmpeg-f038cf3c745099151cdc8aa311fa83f5907598a6.tar.gz |
build: remove SRC_PATH_BARE variable
Setting SRC_PATH to "." when building in-tree removes the need
for a quoted version of the source path since out-of-tree builds
are not possible if the pathname contains spaces.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'subdir.mak')
-rw-r--r-- | subdir.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subdir.mak b/subdir.mak index 1d5824b022..63398608d7 100644 --- a/subdir.mak +++ b/subdir.mak @@ -1,4 +1,4 @@ -SRC_DIR := $(SRC_PATH_BARE)/lib$(NAME) +SRC_DIR := $(SRC_PATH)/lib$(NAME) include $(SUBDIR)../common.mak |