Diff for /gforth/engine/Makefile.in between versions 1.82 and 1.83

version 1.82, 2009/01/25 18:17:05 version 1.83, 2009/01/26 11:15:16
Line 122  MAIN_DEPS = main.c $(DEPS) prim_superend Line 122  MAIN_DEPS = main.c $(DEPS) prim_superend
 ENGINE_FAST_DEPS = engine.c $(DEPS) prim_lab-fast.i prim-fast.i fnmatch.h threaded.h  ENGINE_FAST_DEPS = engine.c $(DEPS) prim_lab-fast.i prim-fast.i fnmatch.h threaded.h
 MAIN_FAST_DEPS = main.c $(DEPS) prim_superend-fast.i prim_num-fast.i prim_grp-fast.i costs-fast.i super2-fast.i  MAIN_FAST_DEPS = main.c $(DEPS) prim_superend-fast.i prim_num-fast.i prim_grp-fast.i costs-fast.i super2-fast.i
   
 COMPILE.c?=    $(GCC) $(CFLAGS) $(CPPFLAGS) -c # simulate BSD sys.mk  COMPILE.c = $(GCC) $(CFLAGS) $(CPPFLAGS) -c # simulate BSD sys.mk
   
 #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.82  
changed lines
  Added in v.1.83


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