From f31c8b13535216496fc4946888b9535d4f7d03f2 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 20 Jul 2008 21:07:41 +0000 Subject: 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 --- src/ccapi/common/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccapi/common') diff --git a/src/ccapi/common/Makefile.in b/src/ccapi/common/Makefile.in index 1872615f3..cc5d5c09c 100644 --- a/src/ccapi/common/Makefile.in +++ b/src/ccapi/common/Makefile.in @@ -2,7 +2,7 @@ thisconfigdir=../.. myfulldir=ccapi/common mydir=ccapi/common BUILDTOP=$(REL)..$(S).. -LOCAL_SUBDIRS=unix +SUBDIRS=unix SRCS= \ cci_array_internal.c \ -- cgit