From 89df58f8e691967b490bd0bf17a066c7cd2f306c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 14 Jun 2002 08:09:25 +0000 Subject: * Makefile, configure, */*.mk, builds/unix/unix-def.in, docs/CHANGES, docs/INSTALL: s/TOP/TOP_DIR/. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1