* Makefile.in (MAYBE_ET-k5, MAYBE_ET-sys, MAYBE_SS-k5, MAYBE_SS-sys): New
authorKen Raeburn <raeburn@mit.edu>
Thu, 29 Aug 2002 12:14:44 +0000 (12:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 29 Aug 2002 12:14:44 +0000 (12:14 +0000)
variables.
(MY_SUBDIRS): Refer to them, choosing via new configure substitutions.

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

src/util/ChangeLog
src/util/Makefile.in

index 33e02e1a75818aabe1e848263eef76bd69e7f061..76976464eba71211e2f478fb4f2823137e6f5125 100644 (file)
@@ -1,5 +1,10 @@
 2002-08-29  Ken Raeburn  <raeburn@mit.edu>
 
+       * Makefile.in (MAYBE_ET-k5, MAYBE_ET-sys, MAYBE_SS-k5,
+       MAYBE_SS-sys): New variables.
+       (MY_SUBDIRS): Refer to them, choosing via new configure
+       substitutions.
+
        * depfix.sed: Replace in-tree ss header files with $(SS_DEPS).
 
 2002-08-23  Ken Raeburn  <raeburn@mit.edu>
index df631184e52543931fd6f60f2842766d3261aa97..2e3a54f8b4363075e5fdc7fc8550828eee8f13a2 100644 (file)
@@ -1,9 +1,15 @@
 thisconfigdir=./..
 myfulldir=util
 mydir=util
-MY_SUBDIRS=et ss profile pty db2 send-pr
+MY_SUBDIRS=$(MAYBE_ET-@COM_ERR_VERSION@) $(MAYBE_SS-@SS_VERSION@) \
+       profile pty db2 send-pr
 BUILDTOP=$(REL)..
 
+MAYBE_ET-k5 = et
+MAYBE_SS-k5 = ss
+MAYBE_ET-sys =
+MAYBE_SS-sys =
+
 MAC_SUBDIRS = profile et
 
 editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g'