summaryrefslogtreecommitdiff
path: root/builds/toplevel.mk
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2021-01-08 13:22:34 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2021-01-08 13:22:34 -0500
commit34315538364b2e1ab7fb17d70dd59bb451982c80 (patch)
tree6f3667125f3fa45b9696b655f539fb7f5c42eb66 /builds/toplevel.mk
parent0901a6f74c707f4e631d810b9f3ac7f0c0d2042e (diff)
downloadfreetype2-34315538364b2e1ab7fb17d70dd59bb451982c80.tar.gz
[builds] Revert `FTMODULE_H' changes.
* builds/toplevel.mk, builds/freetype.mk: Revert changes.
Diffstat (limited to 'builds/toplevel.mk')
-rw-r--r--builds/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/toplevel.mk b/builds/toplevel.mk
index 186db046b..0cad54333 100644
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -68,7 +68,7 @@ endif
# FTMODULE_H, as its name suggests, indicates where the FreeType module
# class file resides.
#
-FTMODULE_H ?= $(TOP_DIR)/include/ftmodule.h
+FTMODULE_H ?= $(OBJ_DIR)/ftmodule.h
include $(MODULES_CFG)