From a9ac7387053e5fd6a568d92862833eebc414fcda Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Mon, 13 Oct 1997 09:34:20 +0000
Subject: [PATCH] [project @ 1997-10-13 09:34:20 by simonm] Remove generated
 parsers from ghc/compiler/, since Happy is now in the tree these can always
 be rebuilt on site.

---
 ghc/compiler/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile
index 3b745ad7370c..800d37b9b184 100644
--- a/ghc/compiler/Makefile
+++ b/ghc/compiler/Makefile
@@ -104,8 +104,7 @@ LIBOBJS = \
 #
 # stuff you get for free in a source distribution
 # 
-SRC_DIST_FILES += rename/ParseIface.hs \
- rename/ParseType.hs rename/ParseUnfolding.hs \
+SRC_DIST_FILES += \
  parser/U_tree.c parser/tree.h parser/tree.c \
  parser/hsparser.tab.c parser/hsparser.tab.h \
  parser/hslexer.c
-- 
GitLab