And build normal and profiled libraries by default

This commit is contained in:
Don Stewart
2005-04-29 07:54:37 +00:00
parent 7a73983d1e
commit ba8ab05329
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ UPKG = Eval
ALL_SRCS=$(wildcard $(patsubst ./%, %, $(patsubst %, %/*.hs, . $(UPKG))))
STUBOBJS =Eval/Haskell_stub.o
STUBOBJS =Eval/Haskell_stub.$(way_)o
TOP=../..
include ../build.mk