diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-11-16 12:54:22 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:51 -0400 |
commit | 62e4ce256e1f2ea18cf2d576ed8110d6553c7fc1 (patch) | |
tree | 30754ce7baa71d69a4be2ed3113b9307ee39e247 /support | |
parent | ef61050e57256bc65474b7c741a8b356d1fae7db (diff) | |
download | librambutan-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')
-rw-r--r-- | support/make/build-templates.mk | 1 |
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 |