diff options
author | keithw <unknown> | 1999-05-11 17:05:49 +0000 |
---|---|---|
committer | keithw <unknown> | 1999-05-11 17:05:49 +0000 |
commit | 192b2bc9a0e943438faff225b0f82a8d7804a733 (patch) | |
tree | 6ea5f26993ab964c08d8c8f41081dbf1dcec03d5 /ghc/lib/posix | |
parent | 59555db8b6f4e67efa73c33fdc836d68e055de8e (diff) | |
download | haskell-192b2bc9a0e943438faff225b0f82a8d7804a733.tar.gz |
[project @ 1999-05-11 17:05:43 by keithw]
Remove some comments left in by mistake.
Diffstat (limited to 'ghc/lib/posix')
-rw-r--r-- | ghc/lib/posix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/lib/posix/Makefile b/ghc/lib/posix/Makefile index e8d12160b5..d4b80657e8 100644 --- a/ghc/lib/posix/Makefile +++ b/ghc/lib/posix/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1999/05/11 16:47:46 keithw Exp $ +# $Id: Makefile,v 1.7 1999/05/11 17:05:48 keithw Exp $ # # Makefile for POSIX library # @@ -55,7 +55,6 @@ PosixProcPrim_HC_OPTS ='-\#include"cbits/libposix.h"' PosixTTY_HC_OPTS ='-\#include"cbits/libposix.h"' -monly-2-regs Posix_HC_OPTS ='-\#include"cbits/libposix.h"' -# KSW 1998-12: had to increase some of the heap sizes by 2m for USP PosixProcPrim_HC_OPTS += -H8m PosixFiles_HC_OPTS += -H8m |