From: simonm Date: Mon, 13 Oct 1997 09:34:20 +0000 (+0000) Subject: [project @ 1997-10-13 09:34:20 by simonm] X-Git-Tag: Approx_2487_patches~1394 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a9ac7387053e5fd6a568d92862833eebc414fcda;p=ghc-hetmet.git [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. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 3b745ad..800d37b 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