diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-03-11 22:23:28 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-03-11 22:23:28 +0000 |
commit | cee79e98488ba138d1ebadb7488df7da54be627b (patch) | |
tree | fd329cef103b8a0f5bddccc360f15cb6ca8c9d41 /src/util/et | |
parent | 6b3217ad6ab98d4365f32d45948717e212684678 (diff) | |
download | krb5-cee79e98488ba138d1ebadb7488df7da54be627b.tar.gz krb5-cee79e98488ba138d1ebadb7488df7da54be627b.tar.xz krb5-cee79e98488ba138d1ebadb7488df7da54be627b.zip |
Instead of arbitrary division of headers into include and include/krb5, with
include directives sometimes using krb5/foo.h and sometimes using foo.h, and
-I options always given for both directories in both source and build trees,
push include/krb5/* up a level and drop the krb5 directory (except, for the
moment, the change log).
Updated #include directives, -I options, and dependencies accordingly, and
deleted one or two bits of old, unused code that was noticed in the process.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17730 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et')
-rw-r--r-- | src/util/et/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 95b8fac24..1c7eafe17 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -253,12 +253,11 @@ depend:: et_lex.lex.c # the Makefile.in file # error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): \ - error_message.c $(BUILDTOP)/include/krb5/autoconf.h \ - com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \ - $(SRCTOP)/include/k5-platform.h + error_message.c $(BUILDTOP)/include/autoconf.h com_err.h \ + error_table.h $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/k5-platform.h et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): et_name.c \ com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \ - $(BUILDTOP)/include/krb5/autoconf.h + $(BUILDTOP)/include/autoconf.h com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): com_err.c \ com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \ - $(BUILDTOP)/include/krb5/autoconf.h + $(BUILDTOP)/include/autoconf.h |