aboutsummaryrefslogtreecommitdiffstats
path: root/support/make
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-11-16 12:54:22 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2012-04-11 16:56:51 -0400
commit62e4ce256e1f2ea18cf2d576ed8110d6553c7fc1 (patch)
tree30754ce7baa71d69a4be2ed3113b9307ee39e247 /support/make
parentef61050e57256bc65474b7c741a8b356d1fae7db (diff)
downloadlibrambutan-62e4ce256e1f2ea18cf2d576ed8110d6553c7fc1.tar.gz
librambutan-62e4ce256e1f2ea18cf2d576ed8110d6553c7fc1.zip
Revert "Added libs in libraries/ to the include path"
This reverts commit 628750bf82135cc1ca25784c8b39eb771ae87024. Don't mess with LIBMAPLE_INCLUDES. This variable comprises include directories for libmaple proper, not for libraries that depend upon libmaple.
Diffstat (limited to 'support/make')
-rw-r--r--support/make/build-templates.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/make/build-templates.mk b/support/make/build-templates.mk
index fcf83a1..4371f13 100644
--- a/support/make/build-templates.mk
+++ b/support/make/build-templates.mk
@@ -1,6 +1,5 @@
define LIBMAPLE_MODULE_template
dir := $(1)
-LIBMAPLE_INCLUDES += -I$$(dir)
include $$(dir)/rules.mk
endef