summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-07-24 13:52:28 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-07-24 13:52:28 +0000
commitd33dc8a71f80b9c4475df80b0782ee257d438522 (patch)
treeba582dbab2fa66fba9a6715fe716d5b09ddf2fbd /Makefile
parent14fe9c724ee50273fc1bd794f8992b929dffb34b (diff)
downloadlm-sensors-d33dc8a71f80b9c4475df80b0782ee257d438522.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