summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrodo Looijaard <frodol@dds.nl>2000-09-05 12:40:57 +0000
committerFrodo Looijaard <frodol@dds.nl>2000-09-05 12:40:57 +0000
commit258071770c3f1b12af3f04c460f8b7900a380771 (patch)
tree2010292b1ba2753d92a5177f8f477c07b58d63ee
parentd89941508d4a1c123f230c0d9b75e81e9281f2d6 (diff)
downloadlm-sensors-git-258071770c3f1b12af3f04c460f8b7900a380771.tar.gz
A small comment about old flex versions
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@866 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--INSTALL6
-rw-r--r--Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 7fa486ec..75371c11 100644
--- a/INSTALL
+++ b/INSTALL
@@ -127,9 +127,9 @@ patched by your distribution.
Separate from kernel compilation (compilation option 1)
=======================================================
-This will compile and install the complete i2c package. Though nothing is
-written to your kernel tree, a proper tree is still needed for this. See
-earlier for what a proper kernel tree is.
+This will compile and install the complete lm_sensors package. Though
+nothing is written to your kernel tree, a proper tree is still needed
+for this. See earlier for what a proper kernel tree is.
At the top of the Makefile are a couple of configuration variables that
you may want to change. As far as possible, the Makefile tries to figure
diff --git a/Makefile b/Makefile
index d2093b05..cf51d531 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
# can just use the defaults, fortunately.
# You need a full complement of GNU utilities to run this Makefile succesfully;
-# most notably, you need bash, GNU make, flex and bison.
+# most notably, you need bash, 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.