`make' is run.
* error.c: Use "com_err.h", not <com_err.h>.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5019
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Feb 27 22:40:18 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in: Avoid recompilation of std_rqs.c every single time
+ `make' is run.
+ * error.c: Use "com_err.h", not <com_err.h>.
+
Thu Feb 23 14:24:31 1995 Mark Eichin (eichin@cygnus.com)
* mk_cmds.sh: use ${SED} not sed in backtick expressions.
ss_err.h
# ss_err.h here, so that make depend catches it.
-std_rqs.o:: std_rqs.c ss_err.h
+std_rqs.o: std_rqs.c ss_err.h
CODE= $(SRCS) $(MKCMDSFILES)
#endif
#include "copyright.h"
-#include <com_err.h>
+#include "com_err.h"
#include "ss_internal.h"
#undef ss_error