Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, and
authorKen Raeburn <raeburn@mit.edu>
Sun, 20 Jul 2008 20:43:55 +0000 (20:43 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 20 Jul 2008 20:43:55 +0000 (20:43 +0000)
confuses some versions of make.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20545 dc483132-0cff-0310-8789-dd5450dbe970

src/config/pre.in

index 36b15e2b827f22cc2436829c39a0063ffd1628ed..2f256fd9c9ac0c28498be554b4d60977dad92b7a 100644 (file)
@@ -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)