Don't include headers in depend target
[fio.git] / Makefile
index cd061adb4642d5ade6e1e827c18f31516e5b7fd0..14fcdd13926cc801add67d56d261bb038124a471 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ fio: $(OBJS)
        $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(filter %.o,$^) $(EXTLIBS) -lpthread -lm -ldl -laio -lrt
 
 depend:
-       $(QUIET_DEP)$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c crc/*.[ch] 1> .depend
+       $(QUIET_DEP)$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c crc/*.c 1> .depend
 
 $(PROGS): depend