summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-01-26 01:51:22 +0000
committerMark Eichin <eichin@mit.edu>1995-01-26 01:51:22 +0000
commit96457c9ad31a1072f94b3b7118f19e31fc445ea7 (patch)
treefbb744a0e30f4a1332c794ed80356a25c84b7832 /src/util
parent3c6729c73aeefa448ed104da3b0a715b44bf5949 (diff)
downloadkrb5-96457c9ad31a1072f94b3b7118f19e31fc445ea7.tar.gz
krb5-96457c9ad31a1072f94b3b7118f19e31fc445ea7.tar.xz
krb5-96457c9ad31a1072f94b3b7118f19e31fc445ea7.zip
* Makefile.in (SRCS): add com_err.c explicit dependency to work
around VPATH bug in Solaris make. Also fix typo in comment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4843 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/ChangeLog5
-rw-r--r--src/util/et/Makefile.in4
2 files changed, 8 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 2e7f1eb04..d7fb476dd 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 25 20:48:50 1995 Mark Eichin (eichin@tweedledumber.cygnus.com)
+
+ * Makefile.in (SRCS): add com_err.c explicit dependency to work
+ around VPATH bug in Solaris make. Also fix typo in comment.
+
Fri Nov 18 00:34:29 1994 Mark Eichin <eichin@cygnus.com>
* configure.in: add caching to perror check (from epeisach).
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 0b37e72e2..99ff5902c 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -33,13 +33,15 @@ SRCS=$(CFILES)
#
error_table.o: et_lex.lex.c
+# solaris make loses on com_err.c but not on init_et.c, but this helps
+com_err.o: com_err.c
#
# real entries...
#
all:: compile_et includes
-# The realm compile_et just isn't portable. (But then again, anything using
+# The real compile_et just isn't portable. (But then again, anything using
# lex and yacc isn't portable by definition. :-( )
#
#compile_et: compile_et.o error_table.o