diff options
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 8419dea21eeb2..f2fcf23e0ab5d 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.9 1997/02/22 15:44:59 peter 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 |
