summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/Makefile2
-rw-r--r--src/parse/properties/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/Makefile b/src/parse/Makefile
index 3d1df42..99f55d0 100644
--- a/src/parse/Makefile
+++ b/src/parse/Makefile
@@ -1,4 +1,4 @@
# Sources
DIR_SOURCES := parse.c language.c important.c propstrings.c font_face.c
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir
diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile
index ebf4de3..2b84354 100644
--- a/src/parse/properties/Makefile
+++ b/src/parse/properties/Makefile
@@ -68,4 +68,4 @@ PRE_TARGETS := $(foreach AP,$(AUTOGEN_PARSERS),src/parse/properties/autogenerate
DISTCLEAN_ITEMS := $(foreach AP,$(AUTOGEN_PARSERS),src/parse/properties/autogenerated_$(AP).c)
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir