# HG changeset patch # User John Donoghue # Date 1443008502 14400 # Node ID 36fe0b462682d39d15f048d1aab90300cceadd18 # Parent bc8a44d99db69b347bb7b4983acc5d4a22c25727 tiff: in shared mode, remove static lib from correct folder diff -r bc8a44d99db6 -r 36fe0b462682 src/tiff.mk --- a/src/tiff.mk Wed Sep 23 07:43:17 2015 -0400 +++ b/src/tiff.mk Wed Sep 23 07:41:42 2015 -0400 @@ -30,5 +30,5 @@ $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= DESTDIR='$(3)' rm -f '$(3)$(HOST_LIBDIR)/libtiff.la' - rm -f '$(3)$(HOST_LIBDIR)/lib/libtiffxx.la' + rm -f '$(3)$(HOST_LIBDIR)/libtiffxx.la' endef