Date: Mon, 4 May 1998 09:58:52 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc/cpp Makefile Message-ID: <199805041658.JAA26412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/05/04 09:58:51 PDT Modified files: gnu/usr.bin/cc/cpp Makefile Log: Simplified using new yacc rules. This is cosmetic - the old rules worked with `make -jN' because they did the right things to generate cexp.h without clobbering cexp.c, and there were no missing dependencies on cexp.h because cexp.h isn't actually used. Fixed style bugs. Revision Changes Path 1.11 +5 -12 src/gnu/usr.bin/cc/cpp/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805041658.JAA26412>