changeset 3066:4e8c0723e3d2

remove installed .la files for lcms1
author John W. Eaton <jwe@octave.org>
date Wed, 28 Nov 2012 20:15:02 -0500
parents 865d650bc946
children b11464811f7f
files src/lcms1.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lcms1.mk
+++ b/src/lcms1.mk
@@ -26,4 +26,6 @@
         --with-tiff \
         --with-zlib
     $(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= man_MANS=
+
+    rm -f $(PREFIX)/$(TARGET)/lib/liblcms.la
 endef