]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
don't strip the libs
authorhavill <havill>
Fri, 3 Jan 2003 19:33:38 +0000 (19:33 +0000)
committerhavill <havill>
Fri, 3 Jan 2003 19:33:38 +0000 (19:33 +0000)
Makefile.in

index 6363fc76474e1d88998fe56ed5f5c6e6dcc7f612..b2eee730074f718e3b3bf5f94c761c92ae1b6fa7 100644 (file)
@@ -112,16 +112,16 @@ install: $(LIBNEWT) install-sh whiptail
        [ -d $(instroot)/$(includedir) ] || install -m 755 -d $(instroot)/$(includedir)
        install -m 644 newt.h $(instroot)/$(includedir)
        install -m 644 $(LIBNEWT) $(instroot)/$(libdir)
-       install -s -m 755 whiptail $(instroot)/$(bindir)
+       install -m 755 whiptail $(instroot)/$(bindir)
 
 install-sh: sharedlib $(WHIPTCLSO) _snackmodule.so
        [ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
-       install -s -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
+       install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
        ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/libnewt.so
-       [ -n "$(WHIPTCLSO)" ] && install -s -m 755 whiptcl.so $(instroot)/$(libdir) || :
+       [ -n "$(WHIPTCLSO)" ] && install -m 755 whiptcl.so $(instroot)/$(libdir) || :
        for ver in $(PYTHONVERS) ; do \
           [ -d $(instroot)/$(libdir)/$$ver/site-packages ] || install -m 755 -d $(instroot)/$(libdir)/$$ver/site-packages ;\
-          install -s -m 755 $$ver/_snackmodule.so $(instroot)/$(libdir)/$$ver/site-packages ;\
+          install -m 755 $$ver/_snackmodule.so $(instroot)/$(libdir)/$$ver/site-packages ;\
           install -m 755 snack.py $(instroot)/$(libdir)/$$ver/site-packages ;\
        done