summaryrefslogtreecommitdiff
path: root/common/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.common')
-rw-r--r--common/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.common b/common/Makefile.common
index 168d8647..eaa08f55 100644
--- a/common/Makefile.common
+++ b/common/Makefile.common
@@ -3,7 +3,7 @@
TOP = $(shell pwd)
OS = $(shell uname -s)
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
-BASE = $(TOP)/../liberator
+BASE = $(TOP)/../common
DOC_SRC_FILES = $(wildcard locale/*/*.txt)
DOC_FILES = ${DOC_SRC_FILES:%.txt=%.html}