summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2009-07-24 13:52:28 +0000
committerJean Delvare <khali@linux-fr.org>2009-07-24 13:52:28 +0000
commit1bb3175a5f450354a6529fe73a41c5ef16c75265 (patch)
treeba582dbab2fa66fba9a6715fe716d5b09ddf2fbd /Makefile
parent4d3ee85bae08e0638ee01919ab778bc13f57bf6c (diff)
downloadlm-sensors-git-1bb3175a5f450354a6529fe73a41c5ef16c75265.tar.gz
Recent versions of module-init-tools only want *.conf files under
/etc/modprobe.d. So rename our configuration file to lm_sensors.conf there. Also let "make install" rename the file if it already exists. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5760 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c7d421d..ddd238cf 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ SRCDIRS += lib/test
MKDIR := mkdir -p
RMDIR := rmdir
RM := rm -f
+MV := mv -f
BISON := bison
FLEX := flex
AR := ar