Diff for /gforth/Makefile.in between versions 1.259 and 1.261

version 1.259, 2003/03/02 21:25:20 version 1.261, 2003/03/09 12:54:31
Line 236  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 236  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
         envos.fs envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \          envos.fs envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \
         glosgen.fs gray.fs httpd.fs proxy.fs \          glosgen.fs gray.fs httpd.fs proxy.fs \
         make-app.fs doc/makedoc.fs \          make-app.fs doc/makedoc.fs \
         more.fs other.fs prims2x.fs random.fs \          locate.fs more.fs other.fs prims2x.fs random.fs \
         sokoban.fs string.fs table.fs tags.fs \          sokoban.fs string.fs table.fs tags.fs \
         tt.fs \          tt.fs \
         unbuffer.fs wordsets.fs \          unbuffer.fs wordsets.fs \
Line 535  install: gforth$(EXE) $(FORTH_SRC) $(ker Line 535  install: gforth$(EXE) $(FORTH_SRC) $(ker
                 $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)                  $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)
                 $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS                  $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS
                 $(RM) gforth.fi install.TAGS                  $(RM) gforth.fi install.TAGS
                 @$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/gforth.info                  $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/gforth.info
                 @$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/vmgen.info                  $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/vmgen.info
   
 install-strip:  install  install-strip:  install
   

Removed from v.1.259  
changed lines
  Added in v.1.261


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>