From 39faf762d23d16ccd1d6b7c9b1d2046f6b1b2d0d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 8 Mar 2004 07:20:55 +0000 Subject: Change subdir processing so that SUBDIRS will contain the configured subdirs only for the makefile in the directory with the configure script, and will have only $(LOCAL_SUBDIRS) elsewhere. Drop the use of "MY_SUBDIRS=." to override SUBDIRS in favor of this way of keeping SUBDIRS empty. Drop other uses of MY_SUBDIRS in favor of LOCAL_SUBDIRS or (in one case, the top level) overriding the SUBDIRS setting from pre.in. One less thing to keep tweaking as configure scripts get reorganized and merged. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16158 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config-files/ChangeLog | 4 ++++ src/config-files/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/config-files') diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog index 502fc4b..80d6a9b 100644 --- a/src/config-files/ChangeLog +++ b/src/config-files/ChangeLog @@ -1,3 +1,7 @@ +2004-03-08 Ken Raeburn + + * Makefile.in (MY_SUBDIRS): Deleted. + 2003-06-27 Jen Selby * kdc.conf.M: replaced the @LOCALSTATEDIR typos with diff --git a/src/config-files/Makefile.in b/src/config-files/Makefile.in index f25789d..378438e 100644 --- a/src/config-files/Makefile.in +++ b/src/config-files/Makefile.in @@ -1,7 +1,6 @@ thisconfigdir=./.. myfulldir=config-files mydir=config-files -MY_SUBDIRS=. BUILDTOP=$(REL).. all:: -- cgit v1.1