summaryrefslogtreecommitdiff
path: root/games/freeciv-share/patches/patch-ab
blob: 26ab2c2d373fb554e5e5f07699d7771404fc1fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.4 2006/04/15 09:30:45 adam Exp $

--- Makefile.in.orig	2006-03-06 08:05:19.000000000 +0100
+++ Makefile.in
@@ -275,8 +275,8 @@ target_vendor = @target_vendor@
 @CLIENT_TRUE@@SERVER_TRUE@MSUBDIRS = manual
 @SERVER_FALSE@MSUBDIRS = 
 @MAKE_DATA_FALSE@DSUBDIRS = 
-@MAKE_DATA_TRUE@DSUBDIRS = data
-SUBDIRS = $(DSUBDIRS) intl utility common tests $(SSUBDIRS) $(CSUBDIRS) po doc $(MSUBDIRS)
+@MAKE_DATA_TRUE@DSUBDIRS = data po doc
+SUBDIRS = $(DSUBDIRS) intl utility common tests $(SSUBDIRS) $(CSUBDIRS) $(MSUBDIRS)
 EXTRA_DIST = acconfig.old			\
 		autogen.sh 			\
 		config.mac.h			\