rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit f5dde44eee092602bee6df746043abc6fcfec38f
parent a8c039e14eafd7933776e8616715955d52320600
Author: tgoodwin <tgoodwin>
Date:   Wed, 25 Feb 1998 14:18:22 +0000

fix some history installation things

Diffstat:
MMakefile.am | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -49,9 +49,9 @@ trip: rc install-exec-hook: if HISTORY - $(LN) $(HISTORY) - ;\ + $(LN) $(HISTBIN) - ;\ $(INSTALL_PROGRAM) - $(bindir) ;\ - -rm -f $(bindir)/--; $(LN) $(bindir)/- $(bindir)/-- ;\ - -rm -f $(bindir)/-p; $(LN) $(bindir)/- $(bindir)/-p ;\ - -rm -f $(bindir)/--p; $(LN) $(bindir)/- $(bindir)/--p + rm -f $(bindir)/--; $(LN) $(bindir)/- $(bindir)/-- ;\ + rm -f $(bindir)/-p; $(LN) $(bindir)/- $(bindir)/-p ;\ + rm -f $(bindir)/--p; $(LN) $(bindir)/- $(bindir)/--p endif