Make sure eval gets included in libHSplugins.a

This commit is contained in:
Don Stewart 2005-05-15 06:03:26 +00:00
parent cb4c29ac0e
commit cfae954a22
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ STUBOBJS =System/Eval/Haskell_stub.$(way_)o
ALL_SRCS= $(filter-out $(OTHER), \
$(wildcard $(patsubst ./%, %, \
$(patsubst %, %/*.hs, System System/$(UPKG)))))
$(patsubst %, %/*.hs, System System/$(UPKG) System/Eval))))
include ../build.mk

View File

@ -32,8 +32,8 @@ exposed-modules:
System.Plugins.Make,
System.Plugins,
System.MkTemp,
System.Eval.Haskell,
System.Eval
System.Eval,
System.Eval.Haskell
hidden-modules:
System.Plugins.Consts,