summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-08-20 12:10:04 (GMT)
committerUwe Hermann <uwe@hermann-uwe.de>2014-08-21 16:29:49 (GMT)
commite618baba7b042e4503f9667141331a53cb18cf00 (patch)
treec1a8c4b35e914769f81ece4e44265e58a238fde6 /src
parentfd1dc823ed30a3d95e5a024bc68bb51d630284fc (diff)
downloadmxe-e618baba7b042e4503f9667141331a53cb18cf00.zip
mxe-e618baba7b042e4503f9667141331a53cb18cf00.tar.gz
mxe-e618baba7b042e4503f9667141331a53cb18cf00.tar.bz2
tiff: don't install cruft
This gets rid of ca. 60 manpages and 60 HTML pages. The 19 executables that were not built and installed before, continue not being built/installed.
Diffstat (limited to 'src')
-rw-r--r--src/tiff.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tiff.mk b/src/tiff.mk
index 3683c4e..8284030 100644
--- a/src/tiff.mk
+++ b/src/tiff.mk
@@ -21,5 +21,5 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--without-x
- $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+ $(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
endef