From a6204b6818e0b5bf7c7aae0bd8fd840f71e2c4a3 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 13 Apr 2012 14:06:08 +0200 Subject: [PATCH] Ensure that init depends on FIO-VERSION-FILE Signed-off-by: Jens Axboe Conflicts: Makefile Signed-off-by: Jens Axboe --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c605d7ba..61e2163f 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,9 @@ CFLAGS += -DFIO_VERSION='"$(FIO_VERSION)"' .c.o: .depend FORCE $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(CPPFLAGS) $< +init.o: FIO-VERSION-FILE + $(QUIET_CC)$(CC) -o init.o -c $(CFLAGS) $(CPPFLAGS) -c init.c + t/stest: $(T_SMALLOC_OBJS) $(QUIET_CC)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(T_SMALLOC_OBJS) $(LIBS) $(LDFLAGS) -- 2.25.1