From 88995a9c5d78412a20fcfe95b80352222ddefc14 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 8 Jan 2004 19:10:41 +0000 Subject: [PATCH] work around apple madness --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index e3f6181..73c8107 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 $@