Nice Makefile,1.167,1.168
Daniel Bonniot <[email protected]> Sun, 17 Dec 2006 08:55:18 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
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) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV