Mercurial > hg > mxe-octave-anirudha
changeset 222:00d6dd5f8109
work-around for a braindead line 'MAKE = make' in the Makefile of package libgeotiff
author | Volker Grabsch <vog@notjusthosting.com> |
---|---|
date | Thu, 05 Feb 2009 00:47:17 +0100 |
parents | b588e9bb1dcc |
children | e5fc7b83aff3 |
files | src/libgeotiff.mk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/libgeotiff.mk +++ b/src/libgeotiff.mk @@ -22,6 +22,6 @@ --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