summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-09-24 14:02:01 +0000
committerJean Delvare <khali@linux-fr.org>2007-09-24 14:02:01 +0000
commitd4c69b1468b9ece5ffd0e0e71eaaae354484312d (patch)
tree2b0c59d012201c42427292ea9192487110d33abe /Makefile
parentbc0cfc7a32f082cd0b1f12cdd3cb36d29f6d1dad (diff)
downloadlm-sensors-git-d4c69b1468b9ece5ffd0e0e71eaaae354484312d.tar.gz
bash should no longer be needed at build time.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4877 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 36229b94..c49fe9a2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,14 +19,9 @@
# can just use the defaults, fortunately.
# You need a full complement of GNU utilities to run this Makefile
-# successfully; most notably, you need bash, GNU make, flex (>= 2.5.1)
+# successfully; most notably, you need GNU make, flex (>= 2.5.1)
# and bison.
-# If your /bin/sh is not bash, change the below definition so that make can
-# find bash. Or you can hope your sh-like shell understands all scripts.
-# I think so, but I have not tested it.
-#SHELL := /usr/bin/bash
-
# Uncomment the second line if you are a developer. This will enable many
# additional warnings at compile-time
#WARN := 0