Skip to content
Snippets Groups Projects
Commit b3307aa0 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-04-26 17:33:43 by rrt]

Corrected $(findstr to $(findstring
parent ba9c4fb2
No related merge requests found
......@@ -29,7 +29,7 @@ ifneq "$(way)" "dll"
PACKAGE = -package-name std
else
# Hack by SPJ to delay if-then-else until the pattern rule when we have $*
PACKAGE = $(subst ~, ,$(word $(words dummy $(findstr $(notdir $*), PrelMain )), -package-name~std))
PACKAGE = $(subst ~, ,$(word $(words dummy $(findstring $(notdir $*), PrelMain )), -package-name~std))
endif
LIBRARY = libHSstd$(_way).a
......
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