summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2002-01-16 03:37:03 +0000
committertv <tv@NetBSD.org>2002-01-16 03:37:03 +0000
commitf740a6705b86de6504c5d2172fa960b59ecdc531 (patch)
treeb9bc3c4ee6df8fa537a4077039a56a1923a6311b /usr.bin/make
parent2724818d7566ae3d763db0d580830bd2b77d2ac7 (diff)
Fix typo in previous.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index cd053c2644c..5ac20a14614 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.12 2002/01/16 03:36:15 tv Exp $ */
+/* $NetBSD: config.h,v 1.13 2002/01/16 03:37:03 tv Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -124,7 +124,7 @@
*/
#define USE_IOVEC
-#if defined(MAKE_BOOTSTRAP) || defined(__ELF__)
+#if !defined(MAKE_BOOTSTRAP) || !defined(__ELF__)
# ifndef RANLIBMAG
# define RANLIBMAG "__.SYMDEF"
# endif