syslet: x86_64 support
[fio.git] / Makefile
index 740a2423283e31fa831832e2f5c69147abc27149..3a51af3417ee4e20652e86baee646e0a06db8ec7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,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