From fe19865a1aaef87a4ba52bf5fd1184e3698f5ed7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 20 Jul 2008 20:43:55 +0000 Subject: [PATCH] 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 --- src/config/pre.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/pre.in b/src/config/pre.in index 36b15e2b8..2f256fd9c 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) -- 2.26.2