changeset 2883:c5301f967c64

remove installed .la files for tiff
author John W. Eaton <jwe@octave.org>
date Wed, 28 Nov 2012 20:11:09 -0500
parents d6ba1539596d
children 865d650bc946
files src/tiff.mk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/tiff.mk	Wed Nov 28 20:10:35 2012 -0500
+++ b/src/tiff.mk	Wed Nov 28 20:11:09 2012 -0500
@@ -24,4 +24,7 @@
         --prefix='$(PREFIX)/$(TARGET)' \
         --without-x
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
+
+    rm -f $(PREFIX)/$(TARGET)/lib/libtiff.la
+    rm -f $(PREFIX)/$(TARGET)/lib/libtiffxx.la
 endef