From fc572bf6f812b0e22a932dd1886087b5d27aca25 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 4 Jul 2005 03:36:38 +0000 Subject: [PATCH] Add missing posix dependency --- examples/plugs/runplugs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugs/runplugs/Makefile b/examples/plugs/runplugs/Makefile index b95e54d..5ccabfe 100644 --- a/examples/plugs/runplugs/Makefile +++ b/examples/plugs/runplugs/Makefile @@ -1,5 +1,5 @@ GHCFLAGS= -O $(GHC_EXTRA_OPTS) -PKGFLAGS= -package-conf $(TOP)/plugins.conf.inplace +PKGFLAGS= -package posix -package-conf $(TOP)/plugins.conf.inplace PKGFLAGS+= -package plugins all: build