]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
strip shared libs
authorewt <ewt>
Thu, 3 Feb 2000 18:57:57 +0000 (18:57 +0000)
committerewt <ewt>
Thu, 3 Feb 2000 18:57:57 +0000 (18:57 +0000)
Makefile.in

index d6e516618186b34dc077824aa2767cabaec11cee..3bee9f9fa4e7aeee8d65828335d1a41176c390e7 100644 (file)
@@ -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