From owner-cvs-gnu Mon May 4 10:01:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05655 for cvs-gnu-outgoing; Mon, 4 May 1998 10:01:58 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05527; Mon, 4 May 1998 10:01:20 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA26412; Mon, 4 May 1998 09:58:52 -0700 (PDT) Date: Mon, 4 May 1998 09:58:52 -0700 (PDT) Message-Id: <199805041658.JAA26412@freefall.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 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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