From 32d4cc615b518ad4e1ed24e0a2a34020679cea30 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f8fbc700..fe22741e 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,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 + gcompat.o: gcompat.c gcompat.h $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gcompat.c -- 2.25.1