work around apple madness

This commit is contained in:
Felix von Leitner 2004-01-08 19:10:41 +00:00
parent 0a98b10be4
commit 49d6b3556e
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ havekqueue.h: trykqueue.c
havebsdsf.h: trybsdsf.c
-rm -f $@
if $(DIET) $(CC) $(CFLAGS) -c trybsdsf.c >/dev/null 2>&1; then echo "#define HAVE_BSDSENDFILE"; fi > $@
-rm -f trybsdsf.o
if $(DIET) $(CC) $(CFLAGS) -o trybsdsf trybsdsf.c >/dev/null 2>&1; then echo "#define HAVE_BSDSENDFILE"; fi > $@
-rm -f trybsdsf.o trybsdsf
havesendfile.h: trysendfile.c
-rm -f $@