summaryrefslogtreecommitdiffstats
path: root/src/util/et
diff options
context:
space:
mode:
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