--- gforth/Makefile.in 2004/05/14 17:09:22 1.296 +++ gforth/Makefile.in 2004/06/13 17:04:28 1.297 @@ -86,7 +86,7 @@ FORTHK = $(ENGINE) $(FORTHKFLAGS) #FORTHP = $(ENGINE) --die-on-signal -i ./$(kernel_fi) #the "-2 image-included-files +!" undoes the change to image-included-files # 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 TEXI2DVI = texi2dvi -e TEXI2PDF = texi2dvi --pdf -e @@ -202,6 +202,7 @@ GFORTH_FI_SRC = \ code.fs \ debug.fs \ debugs.fs \ + dis-gdb.fs \ ekey.fs \ savesys.fs \ environ.fs \