diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-28 08:12:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-28 08:12:32 +0000 |
| commit | b947f38eae8cffd74c89bbdf43d4bf439a4928d2 (patch) | |
| tree | c26c9d38b2a80a3eb314b7b12fc579d130aee669 /gnu/lib/libstdc++ | |
| parent | f06db782138196e64c61c1573106bdc3464e4f22 (diff) | |
don't need .cc->NULL rule here
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/io/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/lib/libstdc++/io/Makefile b/gnu/lib/libstdc++/io/Makefile index d9eabc14b48..008ad16a886 100644 --- a/gnu/lib/libstdc++/io/Makefile +++ b/gnu/lib/libstdc++/io/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/22 02:52:38 lukem Exp $ +# $NetBSD: Makefile,v 1.11 2003/10/28 08:12:32 lukem Exp $ NOOBJ= # defined @@ -6,8 +6,6 @@ NOOBJ= # defined .include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk" -.cc: # disable .cc->NULL transform - DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain INCS= ${LIBIO_HEADERS:Niostdio.h} |
