blob: 0f14b44eba3444ae8bf8cc0def27bb8da1d544c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.lib.in.orig 2002-01-22 11:57:53 UTC
+++ Makefile.lib.in
@@ -28,7 +28,7 @@
install:
$(mkinstalldirs) $(DESTDIR)$(libdir)
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) lib$(LIB).la $(DESTDIR)$(libdir)
+ $(LIBTOOL) --mode=install $(INSTALL) $(STRIP) lib$(LIB).la $(DESTDIR)$(libdir)
depend: depend_src
depend.temp: $(GENSRCS)
|