mkfiles: fix macargv buf

R=rsc
http://codereview.appspot.com/2729042
This commit is contained in:
Russ Cox 2010-10-27 19:40:16 -07:00
parent afea5fc3fd
commit de2d77683e
3 changed files with 3 additions and 5 deletions

View file

@ -46,3 +46,5 @@ install-macargv: $O.macargv
$O.macargv: macargv.$O
$LD -o $target $prereq
install: $MACARGV

View file

@ -52,7 +52,7 @@ elif [ $WSYSTYPE = osx ]; then
echo 'LDFLAGS=$LDFLAGS -F/System/Library/PrivateFrameworks'
fi
echo 'WSYSOFILES=$WSYSOFILES osx-screen-carbon-objc.o osx-draw.o osx-srv.o'
echo 'install: install-macargv'
echo 'MACARGV=install-macargv'
elif [ $WSYSTYPE = nowsys ]; then
echo 'WSYSOFILES=nowsys.o'
fi

View file

@ -40,7 +40,3 @@ error.$O: showevent/ShowEvent.c
$O.xshove: xshove.$O
$LD -o $O.xshove xshove.$O -lX11
# bug in reusing mksysrules.sh
install-macargv:
true