changeset 910:67f90139e1da

fixed $ escape in find_target
author thomask
date Tue, 14 Mar 2006 20:35:50 +0000
parents 86b78b5ac267
children 18208c74def0
files Makefile.parallel
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.parallel	Tue Mar 14 20:35:45 2006 +0000
+++ b/Makefile.parallel	Tue Mar 14 20:35:50 2006 +0000
@@ -49,7 +49,7 @@
 endif
 
 find := find
-find_filter := -type f | grep -v "\\(\\.svn\\)\\|\\(\\.exe$\\)"
+find_filter := -type f | grep -v "\\(\\.svn\\)\\|\\(\\.exe$$\\)"
 
 ###############################################################################
 ###############################################################################