Skip to content
Snippets Groups Projects
Commit 66122508 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-12 09:20:03 by panne]

Don't try to install import libraries if way /= dll
parent fe02d521
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment