summaryrefslogtreecommitdiffstats
path: root/src/util/et
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/et
parent6a264aecc07c63e3edd016979183f895353f75ab (diff)
downloadkrb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.gz
krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.xz
krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.zip
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/et')
-rw-r--r--src/util/et/ChangeLog4
-rw-r--r--src/util/et/Makefile.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 90db964e2c..82b5583fa4 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-10 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in: Add AC_SUBST_FILE marker for lib_frag and libobj_frag.
+
2002-12-12 Tom Yu <tlyu@mit.edu>
* et_h.awk: It's "const struct error_table et_" in the c file, so
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index b7dd79cb1a..8212ce06dd 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -220,6 +220,10 @@ TAGS: et_name.c error_message.c compile_et.c error_table.c \
depend:: et_lex.lex.c
+
+# @lib_frag@
+# @libobj_frag@
+
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in