rc

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

commit 558bb1641e24a5c76627548f345f416b5c2ff13f
parent cb75624ddc0826e049781a124b53baf05585f0d1
Author: tjg <tjg>
Date:   Tue, 26 Jan 1999 12:06:54 +0000

  Tidiness: just install `history' to `$(bindir)/-'; don't create an
  extra link (which `make clean' failed to remove).

Diffstat:
MMakefile.am | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -61,8 +61,7 @@ trip: rc tripping install-exec-hook: if AMC_HISTORY - $(LN) history - ;\ - $(INSTALL_PROGRAM) - $(bindir) ;\ + $(INSTALL_PROGRAM) history $(bindir)/- ;\ rm -f $(bindir)/--; $(LN) $(bindir)/- $(bindir)/-- ;\ rm -f $(bindir)/-p; $(LN) $(bindir)/- $(bindir)/-p ;\ rm -f $(bindir)/--p; $(LN) $(bindir)/- $(bindir)/--p