projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f060b8
)
[project @ 1999-12-04 21:47:33 by panne]
author
panne
<unknown>
Sat, 4 Dec 1999 21:47:33 +0000
(21:47 +0000)
committer
panne
<unknown>
Sat, 4 Dec 1999 21:47:33 +0000
(21:47 +0000)
Install an interface file for PrelGHC, too.
ghc/lib/std/Makefile
patch
|
blob
|
history
diff --git
a/ghc/lib/std/Makefile
b/ghc/lib/std/Makefile
index
9348784
..
ac33ac7
100644
(file)
--- a/
ghc/lib/std/Makefile
+++ b/
ghc/lib/std/Makefile
@@
-136,6
+136,6
@@
INSTALL_PROGS += $(DLL_NAME)
INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY)) PrelMain.dll_o
INSTALL_DATAS += dLL_ifs.hi
endif
-INSTALL_DATAS += $(HS_IFACES)
+INSTALL_DATAS += $(HS_IFACES) PrelGHC.$(way_)hi
include $(TOP)/mk/target.mk