summaryrefslogtreecommitdiffstats
path: root/src/libgeotiff.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-04 23:47:17 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-04 23:47:17 (GMT)
commit5b234af5896cb751bcd0a1080eb9f499cb5f2ce8 (patch)
tree3b7787b2fa9a267bc82efff1449abc13e41822ad /src/libgeotiff.mk
parent1c115c244900e803a75d516156fa22e76565beda (diff)
downloadmxe-5b234af5896cb751bcd0a1080eb9f499cb5f2ce8.zip
mxe-5b234af5896cb751bcd0a1080eb9f499cb5f2ce8.tar.gz
mxe-5b234af5896cb751bcd0a1080eb9f499cb5f2ce8.tar.bz2
work-around for a braindead line 'MAKE = make' in the Makefile of package libgeotiff
Diffstat (limited to 'src/libgeotiff.mk')
-rw-r--r--src/libgeotiff.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgeotiff.mk b/src/libgeotiff.mk
index 01a6573..831b389 100644
--- a/src/libgeotiff.mk
+++ b/src/libgeotiff.mk
@@ -22,6 +22,6 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
- $(MAKE) -C '$(1)' -j 1 all install EXEEXT=.remove-me
+ $(MAKE) -C '$(1)' -j 1 all install EXEEXT=.remove-me MAKE='$(MAKE)'
rm -fv '$(PREFIX)/$(TARGET)'/bin/*.remove-me
endef