wrong rule to make afsd_fuse

in src/afsd/Makefile.in the rule to make afsd_fuse was not modified to
recognise CFLAGS_afsd_fuse.o

Change-Id: Iae7863362a3cc7920d68e0c96f57433143664c27
Reviewed-on: http://gerrit.openafs.org/2972
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
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:
Hans-Werner Paulsen 2010-10-13 15:13:51 +02:00 committed by Derrick Brashear
parent 1a6d4c162a
commit 0af2b14304

View File

@ -53,7 +53,7 @@ CFLAGS_afsd_fuse.o = -I${TOP_SRCDIR}/afs -I${TOP_SRCDIR}/afs/UKERNEL \
afsd.o: afsd.c AFS_component_version_number.c
afsd_fuse.o: afsd_fuse.c AFS_component_version_number.c
$(CC) $(UAFS_CFLAGS) -c ${srcdir}/afsd_fuse.c
${AFS_CCRULE} -c ${srcdir}/afsd_fuse.c
vsys.o: vsys.c AFS_component_version_number.c