Skip to content
Snippets Groups Projects
Commit 352ac90b authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 1999-06-25 10:23:08 by panne]

Readline needs Posix stuff
parent 23758cfd
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.15 1999/05/11 17:05:46 keithw Exp $
# $Id: Makefile,v 1.16 1999/06/25 10:23:08 panne Exp $
#
# Makefile for miscellaneous libraries.
#
......@@ -36,7 +36,7 @@ SRC_MKDEPENDHS_OPTS += -optdep--include-prelude
#-----------------------------------------------------------------------------
# Setting the GHC compile options
SRC_HC_OPTS += -i../concurrent -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing $(GhcLibHcOpts)
SRC_HC_OPTS += -i../concurrent:../posix -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing $(GhcLibHcOpts)
#
# Profiling options
......
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