* Makefile.in (SRCS): add com_err.c explicit dependency to work
authorMark Eichin <eichin@mit.edu>
Thu, 26 Jan 1995 01:51:22 +0000 (01:51 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 26 Jan 1995 01:51:22 +0000 (01:51 +0000)
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

src/util/et/ChangeLog
src/util/et/Makefile.in

index 2e7f1eb040c5cb3d0b438fab0a877bc883cf29f6..d7fb476dd63b438c89475a769d5cd659c45801dc 100644 (file)
@@ -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).
index 0b37e72e299bd5479e472ae145e26438fea358d9..99ff5902c897ed59c6d6eb0eff62da6bbcdd4b1f 100644 (file)
@@ -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