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