Skip to content
Snippets Groups Projects
Commit a9fea8db authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-19 10:35:32 by simonm]

Socket.hs needs -syslib posix due to cross-module inlinings.
parent bc92a537
No related merge requests found
# $Id: Makefile,v 1.7 1998/04/16 12:50:41 sof Exp $
# $Id: Makefile,v 1.8 1998/05/19 10:35:32 simonm Exp $
#
# Makefile for miscellaneous libraries.
#
......@@ -55,7 +55,7 @@ endif
# Specific flags
#
BSD_HC_OPTS += -syslib posix -optc-DNON_POSIX_SOURCE
Socket_HC_OPTS += -I../std/cbits -optc-DNON_POSIX_SOURCE
Socket_HC_OPTS += -I../std/cbits -syslib posix -optc-DNON_POSIX_SOURCE
SocketPrim_HC_OPTS += -I../std/cbits -H10m -syslib posix -optc-DNON_POSIX_SOURCE
#-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment