[project @ 1997-10-13 09:34:20 by simonm]
authorsimonm <unknown>
Mon, 13 Oct 1997 09:34:20 +0000 (09:34 +0000)
committersimonm <unknown>
Mon, 13 Oct 1997 09:34:20 +0000 (09:34 +0000)
Remove generated parsers from ghc/compiler/, since Happy is now in the
tree these can always be rebuilt on site.

ghc/compiler/Makefile

index 3b745ad..800d37b 100644 (file)
@@ -104,8 +104,7 @@ LIBOBJS = \
 #
 # stuff you get for free in a source distribution
 # 
 #
 # 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
  parser/U_tree.c parser/tree.h parser/tree.c \
  parser/hsparser.tab.c parser/hsparser.tab.h \
  parser/hslexer.c