
23 Feb
2018
23 Feb
'18
9:26 a.m.
"Chris R. Timmons"
I'm trying to add a new utility to the $(TOP)/ghc/utils folder. The utility has a make file, but I can't seem to get it to play nice with GHC's build system. The error I receive is "No rule to make target...".
Here's a simple test environment that demonstrates the problem:
snip
What am I not understanding?
I believe you need to add utils/testmake to the BUILD_SUBDIRS variable in the root ghc.mk. Cheers, - Ben