--- gforth/Makefile.in 2012/07/23 12:49:06 1.484 +++ gforth/Makefile.in 2012/07/27 23:28:10 1.486 @@ -314,7 +314,8 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \ moofglos.fs fixpath.fs \ add.fs lib.fs oldlib.fs sieve.fs \ - endtry-iferror.fs recover-endtry.fs smartdots.fs + endtry-iferror.fs recover-endtry.fs smartdots.fs \ + unix/terminal-server.fs COMPAT = compat/README \ compat/anslocal.fs \ @@ -673,7 +674,7 @@ install: gforth$(EXT) $(FORTH_SRC) $(ker $(RM) install.TAGS @NO_CROSS@gforth.fi $(INSTALL_DATA) include/gforth$(ARCH)/$(VERSION)/* $(DESTDIR)$(includedir)/gforth$(ARCH)/$(VERSION) if test -n "$(LIBTOOL)"; then for i in $(LIBCC_BUILD_SRC); do \ - $(LIBTOOL) --silent --mode=install $(INSTALL) lib/gforth$(ARCH)/$(VERSION)/libcc-named/lib`basename $$i .fs`.la $(DESTDIR)$(libccdir)lib`basename $$i .fs`.la; \ + $(LIBTOOL) --silent --mode=install $(INSTALL) lib/gforth$(ARCH)/$(VERSION)/libcc-named/libgf`basename $$i .fs`.la $(DESTDIR)$(libccdir)libgf`basename $$i .fs`.la; \ done; fi $(POST_INSTALL) $(INSTALL_INFO) --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gforth.info