aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-07-20 21:07:41 +0000
committerKen Raeburn <raeburn@mit.edu>2008-07-20 21:07:41 +0000
commitf31c8b13535216496fc4946888b9535d4f7d03f2 (patch)
tree383cea2f6d53b43f45692076281c341e4b220a13 /src/config
parentfe19865a1aaef87a4ba52bf5fd1184e3698f5ed7 (diff)
downloadkrb5-f31c8b13535216496fc4946888b9535d4f7d03f2.zip
krb5-f31c8b13535216496fc4946888b9535d4f7d03f2.tar.gz
krb5-f31c8b13535216496fc4946888b9535d4f7d03f2.tar.bz2
Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and
default SUBDIRS to LOCAL_SUBDIRS via pre.in. Instead, just set SUBDIRS in each directory, and don't do anything in pre.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20546 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 2f256fd..5c7e314 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -136,7 +136,6 @@ C=./
# "/" for UNIX, "\" for Windows; *sigh*
S=/
-SUBDIRS = $(LOCAL_SUBDIRS)
#
srcdir = @srcdir@
SRCTOP = @srcdir@/$(BUILDTOP)