aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-11-29 02:49:16 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2012-04-11 16:56:52 -0400
commitfe0a91587655c639443f42be6a9792d81a0b7982 (patch)
treedf7b4875b70f46f0433d85a776203e3dfcfb4c54 /Makefile
parenta39a5af1cbc6f729f5577c52589538533de7c311 (diff)
downloadlibrambutan-fe0a91587655c639443f42be6a9792d81a0b7982.tar.gz
librambutan-fe0a91587655c639443f42be6a9792d81a0b7982.zip
Makefile: use $(MAKEDIR) instead of $(SUPPORT_PATH)/make.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e00ed6..9b37580 100644
--- a/Makefile
+++ b/Makefile
@@ -62,8 +62,8 @@ LDFLAGS = -T$(LDDIR)/$(LDSCRIPT) -L$(LDDIR) \
## Build rules and useful templates
##
-include $(SUPPORT_PATH)/make/build-rules.mk
-include $(SUPPORT_PATH)/make/build-templates.mk
+include $(MAKEDIR)/build-rules.mk
+include $(MAKEDIR)/build-templates.mk
##
## Set all submodules here