From: rrt Date: Thu, 11 May 2000 10:45:34 +0000 (+0000) Subject: [project @ 2000-05-11 10:45:34 by rrt] X-Git-Tag: Approximately_9120_patches~4517 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a4017b8170d4366a090921f32e0c39134f754035;hp=189393d1f22d7d62d74a7de7f253c67e21a28bb9;p=ghc-hetmet.git [project @ 2000-05-11 10:45:34 by rrt] Removed dLL_ifs.hi from INSTALL_DATA under Windows (no longer exists). --- 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