Requeue io_u flags fix
[fio.git] / Makefile
index ad70f594b94a904daac6782feb9e8c96addc8538..3a51af3417ee4e20652e86baee646e0a06db8ec7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,6 @@ OBJS += engines/syslet-rw.o
 INSTALL = install
 prefix = /usr/local
 bindir = $(prefix)/bin
-libdir = $(prefix)/lib/fio
 
 all: $(PROGS) $(SCRIPTS)
 
@@ -33,7 +32,7 @@ clean:
        -rm -f *.o .depend cscope.out $(PROGS) engines/*.o core.* core
 
 depend:
-       @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend
+       @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c 1> .depend
 
 cscope:
        @cscope -b