summaryrefslogtreecommitdiff
path: root/subdir.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-28 17:08:00 +0100
committerMans Rullgard <mans@mansr.com>2011-06-28 18:15:19 +0100
commit57b4a3dd2b358b2122736af861c1538acd1eed1a (patch)
tree4c959f90b1d66fe6989592fe7d05c94c288cabe6 /subdir.mak
parent618230c7f44adf2c6acc68028e4117376c9f68db (diff)
build: include sub-makefiles using full path instead of symlinks
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'subdir.mak')
-rw-r--r--subdir.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/subdir.mak b/subdir.mak
index f544796022..e7c9eaafca 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -1,6 +1,6 @@
SRC_DIR := $(SRC_PATH)/lib$(NAME)
-include $(SUBDIR)../common.mak
+include $(SRC_PATH)/common.mak
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)