From: simonmar Date: Thu, 11 Dec 2003 11:24:17 +0000 (+0000) Subject: [project @ 2003-12-11 11:24:17 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~204 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aac5b0fadaf4fce5a09f0db11a91a2fd9808fff1;p=ghc-hetmet.git [project @ 2003-12-11 11:24:17 by simonmar] parser/Parser.y needs to be in EXTRA_SRCS, because the build system can't find it otherwise. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ec9eb41..271011f 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -573,6 +573,7 @@ MKDEPENDC_SRCS = # Make doesn't work this out for itself, it seems parser/Parser.y : parser/Parser.y.pp +EXTRA_SRCS += parser/Parser.y include $(TOP)/mk/target.mk