2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

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
This commit is contained in:
Jean Delvare
2007-09-24 14:02:01 +00:00
parent bc0cfc7a32
commit d4c69b1468

View File

@@ -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