mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
Fix afsd.fuse for objdir builds
afsd_fuse.o could not find afsd_fuse.c for objdir builds. While we're here, make the afsd_fuse.o rule more closely match the rules close by. Change-Id: I675359134e2672cb36c9eb780edefb498d498bb1 Reviewed-on: http://gerrit.openafs.org/2520 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
b832cdc1c7
commit
a5ff380e89
@ -49,7 +49,7 @@ afsd_kernel.o: afsd_kernel.c
|
||||
$(CC) $(CFLAGS) @CFLAGS_NOERROR@ -c $<
|
||||
|
||||
afsd_fuse.o: afsd_fuse.c AFS_component_version_number.c
|
||||
${CC} -c ${CPPFLAGS} ${UAFS_CFLAGS} afsd_fuse.c -o afsd_fuse.o
|
||||
$(CC) $(UAFS_CFLAGS) -c $<
|
||||
|
||||
vsys.o: vsys.c AFS_component_version_number.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user