diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 3b745ad7370c568ea0b6efd9f31137b55924fb57..800d37b9b184e5a4858014e50e1f647769bdc459 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