--- gforth/engine/Makefile.in 2008/10/12 16:31:05 1.80 +++ gforth/engine/Makefile.in 2008/10/25 17:18:42 1.81 @@ -131,7 +131,7 @@ MAIN_FAST_DEPS = main.c $(DEPS) prim_sup $(GCC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $< 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