Diff for /gforth/Makefile.in between versions 1.70 and 1.71

version 1.70, 1996/10/20 20:35:23 version 1.71, 1996/10/25 17:09:43
Line 180  GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) gf Line 180  GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) gf
   
 all:    version.fs more  all:    version.fs more
   
 version.c:      Makefile.in  version.h:      Makefile.in
                 echo "char gforth_version[]=\"$(VERSION)\" ;" >$@                  echo "static char gforth_version[]=\"$(VERSION)\" ;" >$@
   
 version.fs:     Makefile.in  version.fs:     Makefile.in
                 $(MAKE) gforth                  $(MAKE) gforth
Line 396  engine.s: engine.c primitives.i prim_lab Line 396  engine.s: engine.c primitives.i prim_lab
 engine.o:       engine.c primitives.i prim_labels.i machine.h threading.h $(INCLUDES) config.h  engine.o:       engine.c primitives.i prim_labels.i machine.h threading.h $(INCLUDES) config.h
                 $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/engine.c                  $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/engine.c
   
 main.o:         main.c machine.h threading.h $(INCLUDES) config.h  main.o:         main.c machine.h threading.h $(INCLUDES) config.h version.h
                 $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/main.c                  $(GCC) $(CFLAGS) $(ENGINE_FLAGS) -c $(srcdir)/main.c
   
 strtoul.o:      strtoul.c strtol.c  strtoul.o:      strtoul.c strtol.c

Removed from v.1.70  
changed lines
  Added in v.1.71


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