Add missing posix dependency

This commit is contained in:
Don Stewart 2005-07-04 03:36:38 +00:00
parent e66008210d
commit fc572bf6f8

View File

@ -1,5 +1,5 @@
GHCFLAGS= -O $(GHC_EXTRA_OPTS) GHCFLAGS= -O $(GHC_EXTRA_OPTS)
PKGFLAGS= -package-conf $(TOP)/plugins.conf.inplace PKGFLAGS= -package posix -package-conf $(TOP)/plugins.conf.inplace
PKGFLAGS+= -package plugins PKGFLAGS+= -package plugins
all: build all: build