Date: Sat, 30 Mar 2002 00:52:32 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: sparc@FreeBSD.org Subject: find doesn't compile with an obj directory Message-ID: <XFMail.20020330005232.jhb@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
/arch/sparc64/hosted/bin/gcc -O -pipe -c
/home/john/work/p4/sparc64/usr.bin/find/option.c
/arch/sparc64/hosted/bin/gcc -O -pipe -c parsedate.c
/home/john/work/p4/sparc64/usr.bin/find/parsedate.y:29:18: find.h: No such file
or directory
*** Error code 1
Stop in /home/john/work/p4/sparc64/usr.bin/find.
I'm betting that adding -I${.CURDIR} to CFLAGS in find's Makefile so it can
find src/usr.bin/find/find.h would work, but I was curious if anyone had a
better solution?
--
John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020330005232.jhb>
