changeset 4032:36fe0b462682

tiff: in shared mode, remove static lib from correct folder
author John Donoghue
date Wed, 23 Sep 2015 07:41:42 -0400
parents bc8a44d99db6
children 6a4b0052211f
files src/tiff.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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