diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-11-29 02:49:16 -0500 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:52 -0400 |
| commit | 84d25a5ad960e16d2d40f913f3c22194ce5d0fb7 (patch) | |
| tree | df7b4875b70f46f0433d85a776203e3dfcfb4c54 /Makefile | |
| parent | c0d60e37a023e3d952f2421eda056ead989e58b3 (diff) | |
Makefile: use $(MAKEDIR) instead of $(SUPPORT_PATH)/make.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
