From 661225084b9a70c5b33c38b8834232950a090eec Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 12 May 2000 09:20:03 +0000 Subject: [PATCH] [project @ 2000-05-12 09:20:03 by panne] Don't try to install import libraries if way /= dll --- ghc/lib/std/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" -- 1.7.10.4