OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-167-g3ca9224
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2022 14:11:01 -0400
The following commit has been merged in the master branch:
commit 3ca92248f32a1e021796fb347ecc999b083831b7
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat Jun 4 18:36:20 2022 -0500
finale: Use unified_afs.o from objdir
Commit bffc354ff7 (finale: translate_et (Unix) support for UAE) added
a dependency on unified_afs.o, but it uses a srcdir path. For objdir
builds, this will only exist in objdir and not srcdir, so make cannot
find the file and the build fails.
Use an objdir path instead.
Change-Id: Ie581ad9cf587dfccd73bcb41b942ea727a683e1f
Reviewed-on: https://gerrit.openafs.org/15025
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/finale/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
OpenAFS Master Repository