Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- src/Makefile 1998/12/22 11:21:09 1.76 +++ src/Makefile 1999/01/03 22:17:19 1.77 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 1998/12/22 11:21:09 bouyer Exp $ +# $NetBSD: Makefile,v 1.77 1999/01/03 22:17:19 cjs Exp $ .include # for configuration variables. @@ -30,7 +30,8 @@ SUBDIR+= gnu # This is needed for libstdc++ and gen-params. includes-gnu: includes-include includes-sys -.if exists(domestic) && !defined(EXPORTABLE_SYSTEM) +.if exists(domestic) && (!defined(EXPORTABLE_SYSTEM) ||\ + make(obj) || make(clean) || make(cleandir) || make(distclean)) SUBDIR+= domestic .endif