From b5ffb752790d4c88a18e27aaf970b065b3e4a56c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 9 Jul 2011 13:28:19 +0200 Subject: [PATCH] HP-UX typo Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 992a9b84..6626f1f4 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ ifeq ($(UNAME), AIX) endif ifeq ($(UNAME), HP-UX) SOURCE += fifo.c helpers.c lib/getopt_long.c lib/strsep.c engines/posixaio.c - LIBS += -lpthread -dl -lrt + LIBS += -lpthread -ldl -lrt CFLAGS += -D_LARGEFILE64_SOURCE endif ifeq ($(UNAME), Darwin) -- 2.25.1