From: Antoine Verheijen Date: Fri, 3 Dec 2010 07:30:20 +0000 (-0700) Subject: OpenBSD: Remove duplicate assignment of COMMON_INCLUDE in libafs X-Git-Tag: openafs-devel-1_7_1~1154 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=ba63d22bfb0b18ab054c39cafafeb8c6881fe687 OpenBSD: Remove duplicate assignment of COMMON_INCLUDE in libafs 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 Reviewed-by: Derrick Brashear --- diff --git a/src/libafs/MakefileProto.OBSD.in b/src/libafs/MakefileProto.OBSD.in index dd86318..9b384db 100644 --- a/src/libafs/MakefileProto.OBSD.in +++ b/src/libafs/MakefileProto.OBSD.in @@ -58,20 +58,6 @@ TOP_SRCDIR = ../.. 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