Diff for /gforth/Makefile.in between versions 1.296 and 1.297

version 1.296, 2004/05/14 17:09:22 version 1.297, 2004/06/13 17:04:28
Line 86  FORTHK = $(ENGINE) $(FORTHKFLAGS) Line 86  FORTHK = $(ENGINE) $(FORTHKFLAGS)
 #FORTHP = $(ENGINE) --die-on-signal -i ./$(kernel_fi)  #FORTHP = $(ENGINE) --die-on-signal -i ./$(kernel_fi)
 #the "-2 image-included-files +!" undoes the change to image-included-files  #the "-2 image-included-files +!" undoes the change to image-included-files
 # in exboot.fs  # in exboot.fs
 STARTUP = exboot.fs startup.fs @asm_fs@ @disasm_fs@  STARTUP = exboot.fs startup.fs @disgdb_fs@ @asm_fs@ @disasm_fs@
 STRIP   = strip  STRIP   = strip
 TEXI2DVI = texi2dvi -e  TEXI2DVI = texi2dvi -e
 TEXI2PDF = texi2dvi --pdf -e  TEXI2PDF = texi2dvi --pdf -e
Line 202  GFORTH_FI_SRC = \ Line 202  GFORTH_FI_SRC = \
         code.fs \          code.fs \
         debug.fs \          debug.fs \
         debugs.fs \          debugs.fs \
           dis-gdb.fs \
         ekey.fs \          ekey.fs \
         savesys.fs \          savesys.fs \
         environ.fs \          environ.fs \

Removed from v.1.296  
changed lines
  Added in v.1.297


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