Skip Menu |
 

To: krb5-bugs@MIT.EDU
From: Ken Raeburn <raeburn@MIT.EDU>
Date: Mon, 14 Mar 2005 14:44:43 -0500
Subject: missing dependencies in util/ss
Some dependencies are missing from the Makefile.in in util/ss, which
can cause occasional build failures depending on the order in which
make chooses to build things. In particular, std_rqs.c (a generated
file) needs ss_err.h (another generated file) in order to build.

Fixed on trunk in:
util/ss/ChangeLog 1.73
util/ss/Makefile.in 1.53
This bug appears to have caused a build failure in the nightly testing last night from the 1.4
branch, so I suggest considering it for 1.4.1.
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r1.72 -r1.72.4.1 krb5/src/util/ss/ChangeLog
cvs diff -r1.51 -r1.51.4.1 krb5/src/util/ss/Makefile.in