[Winbash-checkins] CVS: winbash Makefile,1.2,1.3
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-09 04:17:17
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv29292 Modified Files: Makefile Log Message: Fixed more cr/lf problems. Let's see if the wincvs client allows me to remove the lf this time.... Index: Makefile =================================================================== RCS file: /cvsroot/winbash/winbash/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 9 Mar 2002 03:49:40 -0000 1.2 +++ Makefile 9 Mar 2002 04:17:14 -0000 1.3 @@ -3,6 +3,7 @@ # # by default creates a debuggable version of bash.exe (sh.exe) # type 'make RELEASE=1' if you do not want debugging info in the exe +# HERE=$(shell pwd) DEFS = -nologo -DMAINTAINER="\"no...@wi...\"" |