tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Makefile PATH modification with -current 'make'?



Sorry, forgot to cc myself on last mail.

What the failing makefile should probably be doing is using

PREPEND_PATH += ${QTDIR}/bin

rather than

PATH:= ${QTDIR}/bin:${PATH}

since _PATH_CMD has already been engaged - which is why
PATH:= ${QTDIR}/bin:${PATH}
is causing trouble.

--sjg


Home | Main Index | Thread Index | Old Index