From 15b82684ecaa61f2cd9a2fadfdb6e205d9d5ca78 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 9 Oct 2015 14:40:54 +0200 Subject: [PATCH] Update librdsensors.a target in Makefile Prevent librdsensors.a target from being systematically executed. Signed-off-by: Sebastien GODARD --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9e0f124..339c7fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -228,7 +228,9 @@ librdstats.a: rd_stats.o count.o librdstats_light.a: rd_stats_light.o count_light.o $(AR) rvs $@ $? -librdsensors.a: librdsensors.a(rd_sensors.o) +# librdsensors.a: librdsensors.a(rd_sensors.o) +librdsensors.a: rd_sensors.o + $(AR) rvs $@ $? sadc.o: sadc.c sa.h version.h common.h ioconf.h sysconfig.h rd_stats.h rd_sensors.h -- 2.50.0