[project @ 2003-12-11 11:24:17 by simonmar]
authorsimonmar <unknown>
Thu, 11 Dec 2003 11:24:17 +0000 (11:24 +0000)
committersimonmar <unknown>
Thu, 11 Dec 2003 11:24:17 +0000 (11:24 +0000)
parser/Parser.y needs to be in EXTRA_SRCS, because the build system
can't find it otherwise.

ghc/compiler/Makefile

index ec9eb41..271011f 100644 (file)
@@ -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