From a4017b8170d4366a090921f32e0c39134f754035 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 11 May 2000 10:45:34 +0000 Subject: [PATCH] [project @ 2000-05-11 10:45:34 by rrt] Removed dLL_ifs.hi from INSTALL_DATA under Windows (no longer exists). --- ghc/lib/std/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 6c1f5ac..4284da4 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -137,7 +137,6 @@ INSTALL_LIBS += $(LIBRARY) ifeq "$(EnableWin32DLLs)" "YES" INSTALL_PROGS += $(DLL_NAME) INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY)) PrelMain.dll_o -INSTALL_DATAS += dLL_ifs.hi endif INSTALL_DATAS += $(HS_IFACES) PrelGHC.$(way_)hi -- 1.7.10.4