Diff for /gforth/engine/Makefile.in between versions 1.80 and 1.81

version 1.80, 2008/10/12 16:31:05 version 1.81, 2008/10/25 17:18:42
Line 131  MAIN_FAST_DEPS = main.c $(DEPS) prim_sup Line 131  MAIN_FAST_DEPS = main.c $(DEPS) prim_sup
         $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<          $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
   
 support$(OPT).o: support.c config.h forth.h longlong.h  support$(OPT).o: support.c config.h forth.h longlong.h
         $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ support.c          $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $(srcdir)/support.c
   
 strtol.o: strtol.c ansidecl.h  strtol.o: strtol.c ansidecl.h
   

Removed from v.1.80  
changed lines
  Added in v.1.81


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