summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-06-01 21:57:44 +0000
committerMåns Rullgård <mans@mansr.com>2006-06-01 21:57:44 +0000
commit42225a3058e7698c9a02b4359959b7771c75715e (patch)
tree32a2d85270384cd9f7adbb724269253de017c714 /common.mak
parent21f9324b60bc16bfcc37865e2409e5668308c4cf (diff)
remove redundant make variable SUBDIR
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 36e5fe8376..5815fd48f6 100644
--- a/common.mak
+++ b/common.mak
@@ -2,7 +2,7 @@
# common bits used by all libraries
#
-SRC_DIR = $(SRC_PATH)/$(SUBDIR)
+SRC_DIR = $(SRC_PATH)/lib$(NAME)
VPATH = $(SRC_DIR)
#FIXME: This should be in configure/config.mak