From 788fcc2bb498b582b5c6f73ff38ca200bdd18c05 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Apr 2011 21:41:13 -0400 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24f1b1e1f9..13adfe0a2d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX=/usr IGNORE=-ignore-package monads-fd -GHCFLAGS=-O2 -Wall -ignore-package $(IGNORE) +GHCFLAGS=-O2 -Wall $(IGNORE) ifdef PROFILE GHCFLAGS=-prof -auto-all -caf-all -fforce-recomp $(IGNORE) endif