summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-06-14 08:09:25 +0000
committerWerner Lemberg <wl@gnu.org>2002-06-14 08:09:25 +0000
commit89df58f8e691967b490bd0bf17a066c7cd2f306c (patch)
treee7d5cedf1804e620236d848c7587a24565b92619 /Makefile
parent2bf2376ced010adf5e80393b1216654f23224cd5 (diff)
downloadfreetype2-89df58f8e691967b490bd0bf17a066c7cd2f306c.tar.gz
* Makefile, configure, */*.mk, builds/unix/unix-def.in,
docs/CHANGES, docs/INSTALL: s/TOP/TOP_DIR/.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 04881c053..e1fbdf2ed 100644
--- a/Makefile
+++ b/Makefile
@@ -20,13 +20,13 @@ PROJECT_TITLE := FreeType
USE_MODULES := 1
-# The variable TOP holds the path to the topmost directory in the project
+# The variable TOP_DIR holds the path to the topmost directory in the project
# engine source hierarchy. If it is not defined, default it to `.'.
#
-ifndef TOP
- TOP := .
+ifndef TOP_DIR
+ TOP_DIR := .
endif
-include $(TOP)/builds/toplevel.mk
+include $(TOP_DIR)/builds/toplevel.mk
# EOF