Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16243
Modified Files:
Makefile
Log Message:
Makefile requires bash (for complex explansions), makes that explicit
so compilation succeeds on systems where /bin/sh is not bash but
/bin/bash exists.
Index: Makefile
===================================================================
RCS file: /cvsroot/nice/Nice/Makefile,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -d -r1.167 -r1.168
*** Makefile 26 Mar 2006 16:07:08 -0000 1.167
--- Makefile 17 Dec 2006 08:55:16 -0000 1.168
***************
*** 21,25 ****
fi }
! SHELL := /bin/sh
PWD := $(shell pwd)
--- 21,25 ----
fi }
! SHELL := /bin/bash
PWD := $(shell pwd)
|