[project @ 2000-04-04 18:27:46 by andy]
authorandy <unknown>
Tue, 4 Apr 2000 18:27:46 +0000 (18:27 +0000)
committerandy <unknown>
Tue, 4 Apr 2000 18:27:46 +0000 (18:27 +0000)
Observe wibble.

ghc/interpreter/lib/Makefile

index 8e1bcd2..d77ebf0 100644 (file)
@@ -1,5 +1,5 @@
 # -------------------------------------------------------------------------- #
-# $Id: Makefile,v 1.9 2000/04/04 01:07:50 andy Exp $ 
+# $Id: Makefile,v 1.10 2000/04/04 18:27:46 andy Exp $ 
 # -------------------------------------------------------------------------- #
 
 TOP = ../..
@@ -49,7 +49,7 @@ LANG_LIBS = Addr.lhs Bits.lhs ByteArray.lhs Dynamic.lhs \
 
 UTIL_LIBS = QuickCheck.hs QuickCheckBatch.hs QuickCheckPoly.hs \
        QuickCheckUtils.hs GetOpt.lhs \
-       Regex.lhs RegexString.lhs Observe.lhs Memo.lhs Readline.lhs \
+       Regex.lhs RegexString.lhs Memo.lhs Readline.lhs \
        Select.lhs 
 
 CONC_LIBS = Channel.lhs ChannelVar.lhs Concurrent.lhs Merge.lhs \