diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-03-11 02:13:59 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-03-11 02:13:59 +0000 |
commit | 9a9cd819393585555a346aa9bab784889afc76c1 (patch) | |
tree | e7105060ccbcaa85def996bb3205fd624daaf66a /src/config/post.in | |
parent | 2348ec574041363cfa53c214212e8307fcde1337 (diff) | |
download | krb5-9a9cd819393585555a346aa9bab784889afc76c1.tar.gz krb5-9a9cd819393585555a346aa9bab784889afc76c1.tar.xz krb5-9a9cd819393585555a346aa9bab784889afc76c1.zip |
Add a new recursive target "generated-files-mac", for producing the
generated files that lxs wants to feed into the Mac build system.
(First approximation, may want some fine tuning later.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17728 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/post.in')
-rw-r--r-- | src/config/post.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/post.in b/src/config/post.in index 35cc91a76..237ceb318 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -143,6 +143,7 @@ $(srcdir)/$(thisconfigdir)/configure: @MAINT@ \ -$(RM) -r $(srcdir)/$(thisconfigdir)/autom4te.cache RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \ + generate-files-mac-recurse \ check-recurse depend-recurse Makefiles-recurse install-headers-recurse # MY_SUBDIRS overrides any setting of SUBDIRS generated by the |