From e9c1559f7e1f5b985d2d4f3c1d507089db0eb168 Mon Sep 17 00:00:00 2001 From: Felix von Leitner Date: Sat, 6 Sep 2003 00:56:21 +0000 Subject: [PATCH] BSD still sucks --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 55446b4..c2c0d8c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -167,7 +167,7 @@ haveepoll.h: tryepoll.c -rm -f tryepoll libepoll: haveepoll.h - -test "z`cat haveepoll.h`" = "z#define HAVE_EPOLL 2" && echo -lepoll > $@ + if test "z`cat haveepoll.h`" = "z#define HAVE_EPOLL 2"; then echo -lepoll; fi > $@ iopause.h: iopause.h1 iopause.h2 trypoll.c -rm -f $@