Strip binaries.

Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
This commit is contained in:
Jun Kuriyama 2000-06-06 13:26:48 +00:00
parent 79f3ca07e8
commit 2b09353721
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29259
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- Makefile.comm.in.orig Mon Jun 5 00:24:18 2000
+++ Makefile.comm.in Mon Jun 5 00:24:41 2000
@@ -19,6 +19,7 @@
PERL=@PERL@
LIBTOOL=@LIBTOOL@
INSTALL=@INSTALL@
+INSTALL_PROGRAM=@INSTALL_PROGRAM@
LIBOBJS=@LIBOBJS@
LIBS=@LIBS@

View file

@ -0,0 +1,11 @@
--- Makefile.prog.in.orig Mon Jun 5 00:26:11 2000
+++ Makefile.prog.in Mon Jun 5 00:26:37 2000
@@ -21,7 +21,7 @@
install: $(PROG)
-test -d $(bindir) || (mkdir $(bindir); chmod 755 $(bindir))
-rm -f $(bindir)/$(PROG)
- $(LIBTOOL) --mode=install $(INSTALL) $(PROG) $(bindir)
+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $(PROG) $(bindir)
depend: depend_src
depend.temp: $(GENSRCS)