[PATCH] SG io engine: better handling of multiple files
[fio.git] / Makefile
index 7500030be3772479186665e2f8d9354aa61e63cf..411dda06e41f05ede7416c36bbe34d9ad27e1699 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ prefix = /usr/local
 bindir = $(prefix)/bin
 libdir = $(prefix)/lib/fio
 
-all: depend $(PROGS) $(SCRIPTS)
+all: $(PROGS) $(SCRIPTS)
 
 fio: $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) -lpthread -lm -ldl -laio -lrt
@@ -37,6 +37,8 @@ depend:
 cscope:
        @cscope -b
 
+$(PROGS): | depend
+
 install: $(PROGS) $(SCRIPTS)
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)