From: ewt Date: Thu, 3 Feb 2000 18:57:57 +0000 (+0000) Subject: strip shared libs X-Git-Tag: r0-50-7~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2418957f70e0c1114e4f0fbe7c0338041a2ef471;p=thirdparty%2Fnewt.git strip shared libs --- diff --git a/Makefile.in b/Makefile.in index d6e5166..3bee9f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,11 +109,11 @@ install: $(LIBNEWT) install-sh whiptail install-sh: sharedlib whiptcl.so _snackmodule.so [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir) - install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir) + install -s -m 755 $(LIBNEWTSH) $(instroot)/$(libdir) ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/libnewt.so - install -m 755 whiptcl.so $(instroot)/$(libdir) + install -s -m 755 whiptcl.so $(instroot)/$(libdir) [ -d $(instroot)/$(pythonbindir) ] || install -m 755 -d $(instroot)/$(pythonbindir) - install -m 755 _snackmodule.so $(instroot)/$(pythonbindir) + install -s -m 755 _snackmodule.so $(instroot)/$(pythonbindir) install -m 755 snack.py $(instroot)/$(pythondir) configure: configure.in