From b3307aa0365b24ff0eb2fb60fabd3034835992c2 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 26 Apr 2000 17:33:43 +0000 Subject: [PATCH] [project @ 2000-04-26 17:33:43 by rrt] Corrected $(findstr to $(findstring --- ghc/lib/std/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4