Source-Changes-HG archive

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

[src/trunk]: src/games Fix bad merge. (SUBDIR= != SUBDIR +=)



details:   https://anonhg.NetBSD.org/src/rev/7aa47d2dc7d2
branches:  trunk
changeset: 750049:7aa47d2dc7d2
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Dec 14 20:47:23 2009 +0000

description:
Fix bad merge.  (SUBDIR= != SUBDIR +=)

diffstat:

 games/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ffc00b2785bc -r 7aa47d2dc7d2 games/Makefile
--- a/games/Makefile    Mon Dec 14 20:45:02 2009 +0000
+++ b/games/Makefile    Mon Dec 14 20:47:23 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2009/12/14 12:43:48 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.26 2009/12/14 20:47:23 matt Exp $
 #      @(#)Makefile    8.3 (Berkeley) 7/24/94
 
 # Missing: dungeon warp
@@ -17,7 +17,7 @@
        wargames worm worms wtf wump
 
 .if ${MKCXX} != "no"
-SUBDIR=        dab 
+SUBDIR+=       dab 
 .endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index