diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-02 18:12:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-02 18:12:37 +0000 |
commit | 067a0e384f8d9de19fcf53e2523939a6937cb882 (patch) | |
tree | 351b713e2c7cce5a94296fe75ef4ba299b7eb6d9 | |
parent | 437f2825f8d79d6db2d87ed3df47825034dbe5b2 (diff) |
Do not define NOTE_EOF in CFLAGS. ok millert@
-rw-r--r-- | lib/libevent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index 8e16474e2f1..e69d90a3b63 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/04/28 06:53:12 brad Exp $ +# $OpenBSD: Makefile,v 1.9 2004/05/02 18:12:36 miod Exp $ LIB= event SRCS= buffer.c evbuffer.c event.c kqueue.c poll.c select.c signal.c @@ -25,8 +25,7 @@ CFLAGS+= -I${.CURDIR} \ -DHAVE_POLL \ -DHAVE_SYS_TIME_H \ -DHAVE_STDARG_H \ - -DHAVE_UNISTD_H \ - -DNOTE_EOF + -DHAVE_UNISTD_H NOPIC= |