This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight built correctly on sparc solaris 2.8


Tom Tromey wrote:
> 
> >>>>> "Bruce" == Bruce Korb <bkorb@veritas.com> writes:
> 
> Bruce> However, automake is supposed to create generic makes.
> Bruce> The offensive line was, approximately:
> Bruce>   mumble.o : ${BUILD_DIR}/grumble.c
> Bruce> and Sun's make does not like "${BUILD_DIR}".
> 
> Did automake really generate this line?
> I'd be surprised.  Our coding standard is to use $(...), not ${...}
> What directory is this in?

Readline.  It looks like everywhere "config.h" appears as a 
compile dependency _in_that_Makefile_, it appears as
${BUILD_DIR}/config.h.  I do not know how the dependency
was actually generated, because it is in the
distributed "Makefile.in" file.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]