Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Actually, I though that to make earthdistance, you were going to specify
> cube/* as a dependency, and have that compile before earthdistance
> compiled. Maybe that would work, but earthdistance can't install cube.
Agreed, but I'm missing why you'd even need to build cube first. Surely
all that's really needed to compile earthdistance is access to cube's .h
files? Just put -I$(srcdir)/../cube into earthdistance's CPPFLAGS.
regards, tom lane