aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-07-20 20:43:55 +0000
committerKen Raeburn <raeburn@mit.edu>2008-07-20 20:43:55 +0000
commitfe19865a1aaef87a4ba52bf5fd1184e3698f5ed7 (patch)
treef7c1688b50b30c7be8919be754634cce9b691614 /src/config
parenta414267ddf4d3ef731b895b79197cf71bb2fdd12 (diff)
downloadkrb5-fe19865a1aaef87a4ba52bf5fd1184e3698f5ed7.zip
krb5-fe19865a1aaef87a4ba52bf5fd1184e3698f5ed7.tar.gz
krb5-fe19865a1aaef87a4ba52bf5fd1184e3698f5ed7.tar.bz2
Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, and
confuses some versions of make. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20545 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/pre.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 36b15e2..2f256fd 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -136,9 +136,7 @@ C=./
# "/" for UNIX, "\" for Windows; *sigh*
S=/
-#SUBDIRS = @subdirs@ $(LOCAL_SUBDIRS)
-SUBDIRS_@top_srcdir@ = @subdirs@
-SUBDIRS = $(SUBDIRS_@srcdir@) $(LOCAL_SUBDIRS)
+SUBDIRS = $(LOCAL_SUBDIRS)
#
srcdir = @srcdir@
SRCTOP = @srcdir@/$(BUILDTOP)