diff options
author | Greg Hudson <ghudson@mit.edu> | 2009-09-16 20:51:50 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2009-09-16 20:51:50 +0000 |
commit | d5dd4f6c72c32d66bf87842bcb7264d482d77a95 (patch) | |
tree | d0ac5dc6c1e8fc84260f31b9a9d5985f63cce6f4 /src/util/et | |
parent | 8533538878edb7bc63c0d14378b2bbf004b0589f (diff) | |
download | krb5-d5dd4f6c72c32d66bf87842bcb7264d482d77a95.tar.gz krb5-d5dd4f6c72c32d66bf87842bcb7264d482d77a95.tar.xz krb5-d5dd4f6c72c32d66bf87842bcb7264d482d77a95.zip |
Re-run make depend without autoconf.h in the source tree
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22775 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et')
-rw-r--r-- | src/util/et/deps | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/et/deps b/src/util/et/deps index 218fefebda..2919ddbf47 100644 --- a/src/util/et/deps +++ b/src/util/et/deps @@ -2,11 +2,11 @@ # Generated makefile dependencies follow. # error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): \ - $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/autoconf.h \ - $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ - com_err.h error_message.c error_table.h -et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): $(SRCTOP)/include/autoconf.h \ + $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \ + $(SRCTOP)/include/k5-thread.h com_err.h error_message.c \ + error_table.h +et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(SRCTOP)/include/k5-thread.h com_err.h error_table.h \ et_name.c -com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): $(SRCTOP)/include/autoconf.h \ +com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(SRCTOP)/include/k5-thread.h com_err.c com_err.h error_table.h |