diff options
| author | Gustavo Zacarias <gustavo.zacarias@free-electrons.com> | 2016-10-17 13:07:16 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-22 15:19:24 +0200 |
| commit | fef4059ee27d14161d99087ab935c7b312b63496 (patch) | |
| tree | 3957778073ad3cb5c627079c32190769050d5312 /package/tinyhttpd | |
| parent | 87cb3ed07e4c1da1a19cd599a19fb118abae947d (diff) | |
| download | buildroot-fef4059ee27d14161d99087ab935c7b312b63496.tar.gz buildroot-fef4059ee27d14161d99087ab935c7b312b63496.zip | |
tinyhttpd: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinyhttpd')
| -rw-r--r-- | package/tinyhttpd/tinyhttpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyhttpd/tinyhttpd.mk b/package/tinyhttpd/tinyhttpd.mk index 194249bd1f..058f6bd186 100644 --- a/package/tinyhttpd/tinyhttpd.mk +++ b/package/tinyhttpd/tinyhttpd.mk @@ -10,7 +10,7 @@ TINYHTTPD_LICENSE = GPL TINYHTTPD_LICENSE_FILES = README define TINYHTTPD_BUILD_CMDS - $(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \ + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" endef |

