[Nice-commit] Nice/distrib Makefile,1.20,1.21
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2007-11-26 09:40:12
|
Update of /cvsroot/nice/Nice/distrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16580/distrib Modified Files: Makefile Log Message: Make sure echo -e works as expected. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/distrib/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile 26 Jan 2006 13:07:43 -0000 1.20 --- Makefile 26 Nov 2007 09:40:14 -0000 1.21 *************** *** 1,2 **** --- 1,4 ---- + SHELL := /bin/bash + VERSION = ${shell expr "`head -1 ../NEWS`" : '.*(\(.*\))'} |