1999-03-24 19:26:33 +00:00
|
|
|
--- Makefile.in.orig Mon Mar 22 19:06:50 1999
|
|
|
|
+++ Makefile.in Tue Mar 23 20:41:08 1999
|
|
|
|
@@ -153,7 +153,7 @@
|
|
|
|
|
|
|
|
install_bin: suck rpost testhost lmove
|
|
|
|
- mkdir -p $(bindir)
|
|
|
|
- - strip -s suck rpost testhost lmove
|
|
|
|
+ - strip -x suck rpost testhost lmove
|
|
|
|
$(INSTALL_PROGRAM) suck $(bindir)/suck
|
|
|
|
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
|
|
|
|
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
|
|
|
|
@@ -171,7 +171,7 @@
|
|
|
|
# $(MAKE) -C $(SMAN)
|
|
|
|
|
|
|
|
install_lpost: lpost $(MAN)/lpost.1
|
|
|
|
- - strip -s lpost
|
|
|
|
+ - strip -x lpost
|
|
|
|
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
|
|
|
|
$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
|
|
|
|
|