mac build: ahem. fix makefile probs

oops. I screwed up the makefile syntax further. buildslave would spend a
lot of fruitless time trawling the entire drive.  this fixes that. and a
stray -n.  ahem.  [looks down sheepishly]
This commit is contained in:
robk-tahoe 2008-02-26 18:48:22 -07:00
parent 6f24057fd0
commit 8dad6fffc3

View File

@ -6,7 +6,7 @@ all: build
dist: build diskimage upload cleanup
build:
rsync -avn ` sw_vers -productVersion | sed -e 's/^\(10\.[0-9]*\)\..*$/\1/' `/ ./
rsync -av ` sw_vers -productVersion | sed -e 's/^\(10\.[0-9]*\)\..*$$/\1/' `/ ./
python setup.py py2app --no-chdir
diskimage: