From 4c2184f0a53241eeb533a7db846cea9e6d57f7b4 Mon Sep 17 00:00:00 2001 From: bdc Date: Tue, 31 Oct 1995 20:40:35 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index fe55c29..aaf4e34 100644 --- a/Makefile.in +++ b/Makefile.in @@ -687,10 +687,9 @@ scsh/regexp/libregexp.a: install-scsh: scsh $(INSTALL_PROGRAM) $(srcdir)/scsh/scsh.image $(LIB)/scsh.image - $(INSTALL_PROGRAM) $(srcdir)/scsh/scsh $(LIB)/$(RUNNABLE) -# -mkdir $(bindir) - $(RM) $(bindir)/$(RUNNABLE) - ln -s $(LIB)/$(RUNNABLE) $(bindir)/$(RUNNABLE) + $(INSTALL_PROGRAM) $(srcdir)/scsh/scsh $(bindir)/$(RUNNABLE) + for f in $(srcdir)/scsh/*.scm; \ + do $(INSTALL_DATA) $$f $(LIB)/scsh/; done clean-scsh: $(RM) scsh/*.o scsh/regexp/*.o scsh/*.image scsh/scsh install