From b2166cc3dddda6d02579b1751d31b7f96e372b94 Mon Sep 17 00:00:00 2001
From: ijones <ijones@syntaxpolice.org>
Date: Sat, 30 Jul 2005 19:12:43 +0000
Subject: [PATCH] wibbles

---
 GNUmakefile | 2 +-
 TODO        | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index dd4ed74cac..2ec4009f7b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,7 +28,7 @@ all: moduleTest
 
 setup::
 	mkdir -p dist/tmp
-	$(HC) $(GHCFLAGS) -isrc -odir dist/tmp -hidir dist/tmp Setup -o setup
+	$(HC) $(GHCFLAGS) -i. -odir dist/tmp -hidir dist/tmp Setup.lhs -o setup
 
 Setup-nhc:
 	hmake -nhc98 -package base -prelude Setup
diff --git a/TODO b/TODO
index 6061d77903..c6191779f8 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,11 @@
 ------------------------------------------------------------
 -= 1.2 =-
 
+* Something for gentoo which produces a package gen file but doesn't
+  do the register??
+
+* Mine Brian Smith emails for tests & patches
+
 * MOVED FOR DARCS BUT NOT CVS.  Move Distribution and everything
   into a subdirectory, so we can build the Setup file with the normal
   invocation of cabal.
-- 
GitLab