From: Sebastien GODARD Date: Sat, 22 Jun 2013 12:08:40 +0000 (+0200) Subject: Update Makefile to allow for parallel execution X-Git-Tag: v10.1.7~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb44730094a68f4d37d95ddc3480a5972619b43f;p=sysstat Update Makefile to allow for parallel execution Rewrite rule for librdstats.a in Makefile to prevent possible file corruption when using make -j. --- diff --git a/Makefile.in b/Makefile.in index f8e6159..159cacf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -202,7 +202,9 @@ sadf_misc.o: sadf_misc.c sadf.h sa.h libsyscom.a: common.o ioconf.o $(AR) rvs $@ $? -librdstats.a: librdstats.a(rd_stats.o) librdstats.a(count.o) +# Ditto +librdstats.a: rd_stats.o count.o + $(AR) rvs $@ $? librdsensors.a: librdsensors.a(rd_sensors.o)