diff options
author | rsc <devnull@localhost> | 2003-11-24 22:39:06 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-24 22:39:06 +0000 |
commit | 912fba95e74c7631352bc5007249d75e720bbcdf (patch) | |
tree | b9c86c0c38c71d742ffd3990706f380f8263fd8d /src/libdraw/mkfile | |
parent | 2db9e4821d8ae4889e63e5bb205b04eccb7af405 (diff) | |
download | plan9port-912fba95e74c7631352bc5007249d75e720bbcdf.tar.gz plan9port-912fba95e74c7631352bc5007249d75e720bbcdf.tar.bz2 plan9port-912fba95e74c7631352bc5007249d75e720bbcdf.zip |
Changes for Mac OS X. Most important is stack sizes in samterm,
which were completely bogus. (Libthread used to ignore them but
not anymore. Maybe we really should ignore them, but that breaks
Venti, which needs *really* big stacks.)
Diffstat (limited to 'src/libdraw/mkfile')
-rw-r--r-- | src/libdraw/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libdraw/mkfile b/src/libdraw/mkfile index 7c5e9371..4dbe2d45 100644 --- a/src/libdraw/mkfile +++ b/src/libdraw/mkfile @@ -119,6 +119,6 @@ CFLAGS=$CFLAGS -I$X11/include <$PLAN9/src/mksyslib -test: test.o $LIB - gcc -o test test.o -L$PLAN9 -ldraw -l9 -lfmt -lutf -L$X11/lib -lX11 -lm +test: test.o $PLAN9/lib/$LIB + gcc -o test test.o -L$PLAN9/lib -ldraw -l9 -lfmt -lutf -L$X11/lib -lX11 -lm |