$FreeBSD: ports/graphics/libaux/files/patch-Imakefile,v 1.1 2001/03/14 12:15:06 sobomax Exp $ --- Imakefile 2001/03/14 10:33:44 1.1 +++ Imakefile 2001/03/14 10:34:01 @@ -42,3 +42,7 @@ DependTarget() CleanTarget() +.c.o: + $(RM) $@ + $(CC) -c $(CFLAGS) $(_NOOP_) $*.c -o $@ +