Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gcc Add cpp and cpp0.



details:   https://anonhg.NetBSD.org/src/rev/6dcd346ae97e
branches:  trunk
changeset: 512860:6dcd346ae97e
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Jul 18 14:02:26 2001 +0000

description:
Add cpp and cpp0.

diffstat:

 gnu/usr.bin/gcc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c6b06c1b7892 -r 6dcd346ae97e gnu/usr.bin/gcc/Makefile
--- a/gnu/usr.bin/gcc/Makefile  Wed Jul 18 14:01:14 2001 +0000
+++ b/gnu/usr.bin/gcc/Makefile  Wed Jul 18 14:02:26 2001 +0000
@@ -1,14 +1,14 @@
-#      $NetBSD: Makefile,v 1.8 2001/06/18 16:18:30 tv Exp $
+#      $NetBSD: Makefile,v 1.9 2001/07/18 14:02:26 tv Exp $
 
 .include <bsd.own.mk>
 
 .ifdef USE_NEW_TOOLCHAIN
 
-SUBDIR+=       backend cc1 cc1obj cc1plus f771 frontend g++ g77 gcc
+SUBDIR+=       cpp0 backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
 
 # Dependencies to allow single-target builds.
 all-cc1 all-cc1obj all-cc1plus all-f771: all-backend
-all-g++ all-g77 all-gcc: all-frontend
+all-g++ all-g77 all-gcc all-cpp: all-frontend
 
 .include <bsd.subdir.mk>
 



Home | Main Index | Thread Index | Old Index