summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-09-14 15:22:11 +0000
committerGreg Hudson <ghudson@mit.edu>2011-09-14 15:22:11 +0000
commit1ccb4677821c46c4fac6554ccef2cb3ca481f492 (patch)
tree5c2a206e640bc38ebde4e376b6f675f300e3e1dd /src/util
parentb41978c1b227dab6337cdaa34002e51d1b708d5a (diff)
Fix verto-k5ev.h dependencies for system libverto
When we build with the internal verto, we include verto-k5ev.h in order to create loops. When we build with the system verto, we don't include that header file. Add depfix logic and pre.in variables to avoid depending on verto-k5ev.h for a system verto build. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25173 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/depfix.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/depfix.pl b/src/util/depfix.pl
index b3f24b41f..dd4989abd 100644
--- a/src/util/depfix.pl
+++ b/src/util/depfix.pl
@@ -141,6 +141,7 @@ sub do_subs_2 {
s;\$\(BUILDTOP\)/include/com_err.h ;\$(COM_ERR_DEPS) ;g;
s;\$\(BUILDTOP\)/include/ss/ss.h \$\(BUILDTOP\)/include/ss/ss_err.h ;\$(SS_DEPS) ;g;
s;\$\(BUILDTOP\)/include/db-config.h \$\(BUILDTOP\)/include/db.h ;\$(DB_DEPS) ;g;
+ s;\$\(BUILDTOP\)/include/verto-k5ev.h ;\$(VERTO_K5EV_DEPS) ;g;
s;\$\(BUILDTOP\)/include/verto.h ;\$(VERTO_DEPS) ;g;
$_ = &uniquify($_);