more BSD compat

This commit is contained in:
Felix von Leitner 2003-09-06 00:54:27 +00:00
parent 0e172d2f56
commit 2bfd03db57
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ haveepoll.h: tryepoll.c
-rm -f tryepoll
libepoll: haveepoll.h
test "`cat haveepoll.h`" = "#define HAVE_EPOLL 2" && echo -lepoll > $@
test "z`cat haveepoll.h`" = "z#define HAVE_EPOLL 2" && echo -lepoll > $@
iopause.h: iopause.h1 iopause.h2 trypoll.c
-rm -f $@