diff options
| author | lukem <lukem@NetBSD.org> | 2003-07-22 02:52:37 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-07-22 02:52:37 +0000 |
| commit | 70e86ffb8d928c26c433d052ae21ac188137d23f (patch) | |
| tree | f60c2affa544f021eb094ad8080bca88b54588cd /gnu/lib/libstdc++/include | |
| parent | e4feda72ab907d24a4bb8d90283e7d818947598d (diff) | |
add more rules to disable default '.cc -> NULL' transforms,
because the default rules cause problems if "valarray.cc" is newer
than "valarray" (for example)
Diffstat (limited to 'gnu/lib/libstdc++/include')
| -rw-r--r-- | gnu/lib/libstdc++/include/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/lib/libstdc++/include/Makefile b/gnu/lib/libstdc++/include/Makefile index f0d5284211a..566d575a0d7 100644 --- a/gnu/lib/libstdc++/include/Makefile +++ b/gnu/lib/libstdc++/include/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2002/09/17 23:18:37 thorpej Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/22 02:52:37 lukem Exp $ .include <bsd.own.mk> -# This include file keeps the includes/build of libstdc++ separate, -# to avoid issues like "iostream.cc" using the default ".cc:" rule -# to build the "iostream" file (which is actually a header). - .include "${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk" +.cc: # disable .cc->NULL transform + DIST= ${NETBSDSRCDIR}/gnu/dist/toolchain INCS= ${G_HEADERS} ${STD_HEADERS} ${STL_HEADERS} |
