Date: Mon, 4 Jan 1999 04:36:24 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/rpcgen Makefile Message-ID: <199901041236.EAA27718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/01/04 04:36:24 PST
Modified files:
usr.bin/rpcgen Makefile
Log:
Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,
so it can't be completely fixed here. Putting -I paths to the current
headers in CFLAGS is more likely to break things than fix them, since
there is no reason why current headers should work with old libraries.
Other Makefiles that do this may only work because they are not used early
in the bootstrap. However, the usual problem with errno being defined in
terms of a nonexistent library doesn't seem to occur here, since we don't
reference errno.
Revision Changes Path
1.5 +1 -1 src/usr.bin/rpcgen/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901041236.EAA27718>
