--- gforth/Makefile.in 1995/03/20 18:16:19 1.22 +++ gforth/Makefile.in 1995/06/03 14:24:40 1.26 @@ -16,6 +16,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ LN_S = @LN_S@ GCC = gcc +CC = $(GCC) FORTH = ./gforth STRIP = strip TEXI2DVI = tex @@ -64,7 +65,8 @@ SOURCES = Makefile.in configure.in confi primitives engine.c main.c io.c \ m68k.h mips.h 386.h hppa.h cache.c sparc.h power.h alpha.h 32bit.h \ getopt.c getopt1.c getopt.h select.c \ - ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c \ + ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c \ + strerror.c \ makefile.dos configure.bat startup.dos \ glosgen.glo glossaries.doc \ $(INCLUDES) $(FORTH_SRC) @@ -160,6 +162,8 @@ install: gforth $(FORTH_SRC) gforth.fi g for i in $(FORTH_SRC); do \ $(INSTALL_DATA) $$i $(libdir)/gforth; \ done + +check: test test: gforth @echo 'Expect to see INCORRECT RESULT: { GS1 -> }'