comparison src/tiff.mk @ 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 c8c394328c54
children d38d0e08ef4c
comparison
equal deleted inserted replaced
4031:bc8a44d99db6 4032:36fe0b462682
28 --prefix='$(HOST_PREFIX)' \ 28 --prefix='$(HOST_PREFIX)' \
29 --without-x && $(CONFIGURE_POST_HOOK) 29 --without-x && $(CONFIGURE_POST_HOOK)
30 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= DESTDIR='$(3)' 30 $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= DESTDIR='$(3)'
31 31
32 rm -f '$(3)$(HOST_LIBDIR)/libtiff.la' 32 rm -f '$(3)$(HOST_LIBDIR)/libtiff.la'
33 rm -f '$(3)$(HOST_LIBDIR)/lib/libtiffxx.la' 33 rm -f '$(3)$(HOST_LIBDIR)/libtiffxx.la'
34 endef 34 endef