Diff for /gforth/engine/Makefile.in between versions 1.42 and 1.43

version 1.42, 2002/12/27 15:51:28 version 1.43, 2002/12/31 16:17:01
Line 98  OBJECTS_FI =  engine.o main-fi.o Line 98  OBJECTS_FI =  engine.o main-fi.o
 # our engine, so we can make life easy  # our engine, so we can make life easy
 DEPS =  config.h *.h $(srcdir)/../arch/$(machine)/*.[h]  DEPS =  config.h *.h $(srcdir)/../arch/$(machine)/*.[h]
 ENGINE_DEPS = engine.c $(DEPS) prim_lab.i prim.i  ENGINE_DEPS = engine.c $(DEPS) prim_lab.i prim.i
 MAIN_DEPS = main.c $(DEPS) prim_superend.i prim_num.i  MAIN_DEPS = main.c $(DEPS) prim_superend.i prim_num.i prim_grp.i
   
 #some makes don't do the -o $@ correctly, so we help them  #some makes don't do the -o $@ correctly, so we help them
 .c.o:  .c.o:

Removed from v.1.42  
changed lines
  Added in v.1.43


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