[project @ 2000-05-12 11:48:30 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / Makefile
index fee12b2..853da87 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.17 2000/04/13 18:49:21 panne Exp $
+# $Id: Makefile,v 1.19 2000/05/12 11:48:30 rrt Exp $
 
 TOP = ../../..
 include $(TOP)/mk/boilerplate.mk
@@ -29,7 +29,7 @@ all :: DllVersionInfo.o
 $(DLL_NAME) : DllVersionInfo.o
 endif
 
-DLL_NAME = HSstdcbits.dll
+DLL_NAME = HSstd_cbits.dll
 DLL_IMPLIB_NAME = libHSstd_cbits_imp.a
 DLL_DESCRIPTION = "Haskell Prelude helpers"
 SRC_BLD_DLL_OPTS += --export-all --output-def=HSstdcbits.def DllVersionInfo.o
@@ -49,8 +49,10 @@ INSTALL_LIBS+=$(LIBRARY)
 
 ifeq "$(EnableWin32DLLs)" "YES"
 INSTALL_PROGS  += $(DLL_NAME)
+ifneq "$(way)" "dll"
 INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY))
 endif
+endif
 
 # install header files for the I/O library.  Other code might want to
 # plug