Skip to content
Snippets Groups Projects
Commit f101ebc1 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-03-30 14:12:42 by rrt]

Filter out PrelHugs in all ways for building DLLs.
parent aa58acc1
No related merge requests found
......@@ -28,7 +28,7 @@ MKDEPENDHS = $(GHC_INPLACE)
LIBRARY = libHS$(_way).a
LIBOBJS = $(HS_OBJS)
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
LIBOBJS = $(filter-out PrelHugs.o,$(HS_OBJS))
LIBOBJS = $(filter-out PrelHugs.$(way_)o,$(HS_OBJS))
endif
#-----------------------------------------------------------------------------
......
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