From: Jens Axboe Date: Sat, 9 Jul 2011 11:28:19 +0000 (+0200) Subject: HP-UX typo X-Git-Tag: fio-1.56~14 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=b5ffb752790d4c88a18e27aaf970b065b3e4a56c;hp=ce600ac9ee2f419123269c203140d93ce5fcdd39 HP-UX typo Signed-off-by: Jens Axboe --- 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)