From: panne Date: Fri, 12 May 2000 09:20:03 +0000 (+0000) Subject: [project @ 2000-05-12 09:20:03 by panne] X-Git-Tag: Approximately_9120_patches~4505 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=661225084b9a70c5b33c38b8834232950a090eec;p=ghc-hetmet.git [project @ 2000-05-12 09:20:03 by panne] Don't try to install import libraries if way /= dll --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 08e1696..350679f 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -136,9 +136,7 @@ override datadir:=$(libdir)/imports/std INSTALL_LIBS += $(LIBRARY) ifeq "$(way)" "dll" INSTALL_PROGS += $(DLL_NAME) -INSTALL_LIBS += PrelMain.dll_o -else -INSTALL_LIBS += $(patsubst %.a,%_imp.a, $(LIBRARY)) +INSTALL_LIBS += PrelMain.dll_o $(patsubst %.a,%_imp.a, $(LIBRARY)) endif INSTALL_DATAS += $(HS_IFACES) PrelGHC.$(way_)hi ifeq "$(way)" "dll"