When building libafs, the make file variable COMMON_INCLUDE is
assigned a value in two places: Makefile.common.in and
MakefileProto.OBSD.in. The assignment in the latter place is both
wrong and unnecessary. Remove it.
Change-Id: Ie322f01b023898d4f246243ee3d196aa714147df
Reviewed-on: http://gerrit.openafs.org/3430
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
include Makefile.common
-COMMON_INCLUDE = \
- -I.. \
- -I../nfs \
- -I${TOP_SRCDIR} \
- -I${TOP_SRCDIR}/afs \
- -I${TOP_SRCDIR}/afs/${MKAFS_OSTYPE} \
- -I${TOP_SRCDIR}/config \
- -I${TOP_SRCDIR}/rx \
- -I${TOP_SRCDIR}/rx/${MKAFS_OSTYPE} \
- -I${TOP_SRCDIR}/rxkad \
- -I${TOP_SRCDIR}/util \
- -I${TOP_SRCDIR}/../include \
- -I${TOP_SRCDIR}/../include/afs
-
setup:
-mkdir $(KOBJ)
-$(RM) -f $(KOBJ)/Makefile $(KOBJ)/Makefile.common $(KOBJ)/config