summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-03-20 05:19:49 +0000
committerTheodore Tso <tytso@mit.edu>1996-03-20 05:19:49 +0000
commit4504670e18dd1107598f83b9f29467e4c21daf64 (patch)
tree82abe337582c72eda0da287bbc15026ce39a1d03 /src
parent4b82a8bc0b9e9e7f8e117260275c2e0e38722111 (diff)
Fix SRCS definition so that it doesn't fool the Macintosh macfiles.sh
Makefile generation script. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7682 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/et/ChangeLog5
-rw-r--r--src/util/et/Makefile.in6
2 files changed, 9 insertions, 2 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index c8d3e2a7a..052c4de15 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 20 00:19:08 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (SRCS): Fix SRCS definition so that it doesn't fool
+ the Macintosh macfiles.sh Makefile generation script.
+
Tue Mar 12 22:34:10 1996 Ken Raeburn <raeburn@cygnus.com>
* configure.in: Use AC_HEADER_STDARG.
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 193f34fc2..a8354f388 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -25,8 +25,10 @@ FILES= Makefile et_name.c error_message.c compile_et.c \
test_et.c test1.et test2.et \
compiler.h internal.h \
com_err.texinfo texinfo.tex
-SRCS= compile_et.c error_table.c error_message.c et_name.c \
- init_et.c com_err.c
+#SRCS= compile_et.c error_table.c error_message.c et_name.c \
+# init_et.c com_err.c
+SRCS= error_message.c et_name.c init_et.c com_err.c
+
DEPLIBS=
SHLIB_LIBS=