diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-26 22:48:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-26 22:48:31 +0000 |
| commit | 618e3470d2947648d01b2a3cd70591e316377497 (patch) | |
| tree | dc3e16725ef8a43ec4d40e7152442e9e974cdec2 /gnu/usr.bin/cc/cpp/Makefile | |
| parent | cdd618b97ce9c59de6e1b8df2c376bad7eb2bf7b (diff) | |
MFC: parallelize
Notes
svn path=/stable/2.2/; revision=30748
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 8ffd1ab31f4f..6094ecea478e 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.6 1996/09/23 04:14:30 peter Exp $ +# $Id: Makefile,v 1.7 1996/09/23 16:12:38 bde Exp $ # PROG = cpp @@ -9,6 +9,7 @@ SRCS+= obstack.c version.c MAN1= cccp.1 MLINKS= cccp.1 cpp.1 +.ORDER: cexp.c cexp.h cexp.c cexp.h: cexp.y ${BISON} -d ${GCCDIR}/cexp.y -o cexp.c |
