--- Builtin/Makefile.orig Fri Dec 23 18:10:02 1994 +++ Builtin/Makefile Tue Sep 14 04:17:29 1999 @@ -51,7 +51,7 @@ starter.c: build_starter Makefile - build_starter $(BIPS) >starter.c + ./build_starter $(BIPS) >starter.c build_starter: build_starter.c $(CC) $(CFLAGS) $(LFLAGS) -o build_starter build_starter.c