diff options
| author | Greg Hudson <ghudson@mit.edu> | 2009-08-03 20:27:03 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2009-08-03 20:27:03 +0000 |
| commit | 93e48cbaefef393a602356aac465d9e59f844884 (patch) | |
| tree | 324ebdd110a81d337060ff6e1bc75ade3554a630 /src/appl | |
| parent | 9a5d62c48bca279e3cf9408bee9cb8752c5390c6 (diff) | |
| download | krb5-93e48cbaefef393a602356aac465d9e59f844884.tar.gz krb5-93e48cbaefef393a602356aac465d9e59f844884.tar.xz krb5-93e48cbaefef393a602356aac465d9e59f844884.zip | |
Get "make depend" to work in an unbuilt source tree, since bad deps
files can make it difficult to build the tree. To do this, make the
depends target depend on generated header files and on header file
copies or links into the main include directory.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22486 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
| -rw-r--r-- | src/appl/libpty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/libpty/Makefile.in b/src/appl/libpty/Makefile.in index 924ef1b9b..080d82e27 100644 --- a/src/appl/libpty/Makefile.in +++ b/src/appl/libpty/Makefile.in @@ -65,7 +65,7 @@ clean-unix:: $(RM) libpty.a $(BUILDTOP)/include/libpty.h pty_err.c pty_err.h clean-unix:: clean-liblinks clean-libs clean-libobjs -depend:: pty_err.h +depend:: includes pty_err.h #install:: libpty.h # $(INSTALL_DATA) $(srcdir)/libpty.h $(DESTDIR)$(KRB5_INCDIR)/libpty.h |
