[PATCH] engines/Makefile had extra LIBS line
authorJens Axboe <jens.axboe@oracle.com>
Mon, 9 Oct 2006 14:19:29 +0000 (16:19 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 9 Oct 2006 14:19:29 +0000 (16:19 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/Makefile

index 2d8de7abdf5b72aefd1a14b6fd9cd3f419e30323..c0f8646c39a96fef40db668adb4b5412a0428ccb 100644 (file)
@@ -1,7 +1,6 @@
 CC     = gcc
 CFLAGS = -Wall -O2 -W -shared -rdynamic -fPIC
 ALL_CFLAGS = $(CFLAGS) -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-LIBS   =
 OBJS   = fio-engine-sync.o fio-engine-splice.o fio-engine-mmap.o fio-engine-libaio.o fio-engine-posixaio.o fio-engine-sg.o fio-engine-cpu.o
 
 all: depend $(OBJS)