Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/sim Include bsd.subdir.mk unconditionally so tha...



details:   https://anonhg.NetBSD.org/src/rev/2906a30279df
branches:  trunk
changeset: 522043:2906a30279df
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 10 17:38:24 2002 +0000

description:
Include bsd.subdir.mk unconditionally so that make obj works
with old toolchain.

diffstat:

 gnu/usr.bin/sim/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8fca9294f986 -r 2906a30279df gnu/usr.bin/sim/Makefile
--- a/gnu/usr.bin/sim/Makefile  Sun Feb 10 17:36:52 2002 +0000
+++ b/gnu/usr.bin/sim/Makefile  Sun Feb 10 17:38:24 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/01/22 17:02:08 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2002/02/10 17:38:24 tsutsui Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,6 @@
 SUBDIR+=       ppc
 .endif
 
-.include <bsd.subdir.mk>
+.endif
 
-.endif
+.include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index