From d4c69b1468b9ece5ffd0e0e71eaaae354484312d Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 24 Sep 2007 14:02:01 +0000 Subject: 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 --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1