From: rrt Date: Wed, 26 Apr 2000 17:33:43 +0000 (+0000) Subject: [project @ 2000-04-26 17:33:43 by rrt] X-Git-Tag: Approximately_9120_patches~4598 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=b3307aa0365b24ff0eb2fb60fabd3034835992c2;p=ghc-hetmet.git [project @ 2000-04-26 17:33:43 by rrt] Corrected $(findstr to $(findstring --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index cdf7963..542d536 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -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