From aac5b0fadaf4fce5a09f0db11a91a2fd9808fff1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 11 Dec 2003 11:24:17 +0000 Subject: [PATCH] [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. --- ghc/compiler/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4