HP-UX typo
authorJens Axboe <jaxboe@fusionio.com>
Sat, 9 Jul 2011 11:28:19 +0000 (13:28 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 9 Jul 2011 11:28:19 +0000 (13:28 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Makefile

index 992a9b846a0aed9555dd4246857b605676435492..6626f1f4c7495a6260e34bdcf9edf0e3254997af 100644 (file)
--- 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
 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)
   CFLAGS += -D_LARGEFILE64_SOURCE
 endif
 ifeq ($(UNAME), Darwin)