From e618baba7b042e4503f9667141331a53cb18cf00 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 20 Aug 2014 14:10:04 +0200 Subject: 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. --- src/tiff.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12