summaryrefslogtreecommitdiffstats
path: root/package/lm-sensors
diff options
context:
space:
mode:
Diffstat (limited to 'package/lm-sensors')
-rw-r--r--package/lm-sensors/lm-sensors.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lm-sensors/lm-sensors.mk b/package/lm-sensors/lm-sensors.mk
index b61421a6b..286918cfb 100644
--- a/package/lm-sensors/lm-sensors.mk
+++ b/package/lm-sensors/lm-sensors.mk
@@ -62,7 +62,7 @@ lm-sensors: uclibc libsysfs $(TARGET_DIR)/$(LM_SENSORS_TARGET_BINARY)
lm-sensors-clean:
-$(MAKE) -C $(LM_SENSORS_DIR) clean
rm -f $(TARGET_DIR)/$(LM_SENSORS_TARGET_BINARY) \
- $(TARGET_DIR)/lib/libsensors* \
+ $(TARGET_DIR)/usr/lib/libsensors* \
$(TARGET_DIR)/etc/sensors.conf
lm-sensors-dirclean: