The following changes since commit ad0a273593b93f61e72fbdf1910fcf8cdcac738c: Add support for giving multiple --section options (2011-03-11 10:16:17 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Diego Elio Pettenò (1): Fix linking of fio executable Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index 07e011e..1d81562 100644 --- a/Makefile +++ b/Makefile @@ -70,9 +70,9 @@ mandir = $(prefix)/man .c.o: $(QUIET_CC)$(CC) -o $@ -c $(CFLAGS) $(CPPFLAGS) $< - + fio: $(OBJS) - $(QUIET_CC)$(CC) $(CFLAGS) -o $@ $(LIBS) $(OBJS) + $(QUIET_CC)$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS) depend: $(QUIET_DEP)$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SOURCE) 1> .depend -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html