From c571ccea941791fd30f640e93d163ee08171349a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 13 May 2008 13:51:58 +0000 Subject: [PATCH] Fix spelling of nonexistEnt --- libraries/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index 20333b1..4168ae5 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -247,22 +247,22 @@ FLAGGED_CONFIGURE_ARGS = $(subst $(space)',\ $(space)$(CONFIGURE_ARGS)) ifeq "$(Windows)" "YES" -NONEXISTANT=c:/NONEXISTANT +NONEXISTENT=c:/NONEXISTENT else -NONEXISTANT=/NONEXISTANT +NONEXISTENT=/NONEXISTENT endif ALL_CONFIGURE_FLAGS = \ $(CONFIGURE_OPTS) \ - --prefix=$(NONEXISTANT) \ - --bindir=$(NONEXISTANT) \ - --libdir=$(NONEXISTANT) \ + --prefix=$(NONEXISTENT) \ + --bindir=$(NONEXISTENT) \ + --libdir=$(NONEXISTENT) \ --libsubdir='$$pkgid' \ - --libexecdir=$(NONEXISTANT) \ - --datadir=$(NONEXISTANT) \ - --docdir=$(NONEXISTANT) \ - --haddockdir=$(NONEXISTANT) \ - --htmldir=$(NONEXISTANT) \ + --libexecdir=$(NONEXISTENT) \ + --datadir=$(NONEXISTENT) \ + --docdir=$(NONEXISTENT) \ + --haddockdir=$(NONEXISTENT) \ + --htmldir=$(NONEXISTENT) \ --with-compiler=../../compiler/stage1/ghc-inplace \ --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace \ --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \ -- 1.7.10.4