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 | 578c3977eb7434b6da7486ed2f168686cb00ca58 (patch) | |
| tree | 30754ce7baa71d69a4be2ed3113b9307ee39e247 /support | |
| parent | f4604a82631de244bcb38337746140da4ad9ad48 (diff) | |
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 |
