--- Makefile.orig 2004-03-24 14:43:31.000000000 -0800 +++ Makefile 2004-03-24 14:44:44.000000000 -0800 @@ -12,7 +12,7 @@ all: litestream literestream source client server dbug.o: dbug.c - $(CC) $(CFLAGS) -o $@ -c $^ $(LDFLAGS) $(INCLUDES) + $(CC) $(CFLAGS) -o $@ -c $< $(LDFLAGS) $(INCLUDES) libdbug.a: dbug.o rm -f $@