aboutsummaryrefslogtreecommitdiff
path: root/src/util/pty/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-01-10 05:55:49 +0000
committerKen Raeburn <raeburn@mit.edu>2003-01-10 05:55:49 +0000
commitfae39968a963b5ca7c1c98c354bffa6b9b522b5e (patch)
tree017f5c35620f5056ac5873d2a7b6bffc14c62ab2 /src/util/pty/Makefile.in
parent6a264aecc07c63e3edd016979183f895353f75ab (diff)
downloadkrb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.zip
krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.gz
krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.bz2
Use markers in Makefile.in rather than rules in configure.in to indicate when
to use the lib.in and libobj.in makefile fragments. Pushing this per-directory info into Makefile.in will make it a little easier to work on combining configure scripts for multiple directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15107 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/pty/Makefile.in')
-rw-r--r--src/util/pty/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index 21632c2..6abd7a5 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -114,6 +114,10 @@ pty_err.c: pty_err.et
$(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in
(cd $(BUILDTOP)/include; $(MAKE) krb5/autoconf.h)
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in