Skip to content
Snippets Groups Projects
Commit b8f466d3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-06 15:03:23 by simonm]

correct name of lib.
parent 571ba2fa
No related merge requests found
...@@ -16,7 +16,7 @@ endif ...@@ -16,7 +16,7 @@ endif
# Setting the standard variables # Setting the standard variables
# #
LIBRARY = libHS$(_way).a LIBRARY = libHSmisc$(_way).a
HS_SRCS = $(wildcard *.lhs) HS_SRCS = $(wildcard *.lhs)
# Remove Readline.lhs if readline.h isn't available. # Remove Readline.lhs if readline.h isn't available.
......
...@@ -20,7 +20,7 @@ endif ...@@ -20,7 +20,7 @@ endif
SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) -D__GNUC__ SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) -D__GNUC__
SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR)
LIBRARY=libHSghc_cbits.a LIBRARY=libHSmisc_cbits.a
LIBOBJS=$(C_OBJS) LIBOBJS=$(C_OBJS)
INSTALL_LIBS += $(LIBRARY) INSTALL_LIBS += $(LIBRARY)
......
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