aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-08-04 17:13:38 +0000
committerBruce Evans <bde@FreeBSD.org>1998-08-04 17:13:38 +0000
commitfba6da925ddd5fac716ad39911eb698380c1827b (patch)
treeff3ca8153d529abba12bf00d0075b14dffb6811b /Makefile
parent22b78769f8fdbb214584b9ca16343b905258e6f3 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4de08afb267f..647f62574aef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.207 1998/08/03 08:28:14 bde Exp $
+# $Id: Makefile,v 1.208 1998/08/04 16:00:47 peter Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -141,7 +141,7 @@ CLEANDIR= cleandir
.endif
.endif
-.if !defined(NOCLEAN) && ${.MAKEFLAGS:M-j} == ""
+.if !defined(NOCLEAN)
_NODEPEND= true
.endif
.if defined(_NODEPEND)