diff options
Diffstat (limited to 'src/tiff.mk')
-rw-r--r-- | src/tiff.mk | 2 |
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 |