svn commit: r212535 - head/usr.bin/xlint

Warner Losh imp at FreeBSD.org
Mon Sep 13 06:50:07 UTC 2010


Author: imp
Date: Mon Sep 13 06:50:07 2010
New Revision: 212535
URL: http://svn.freebsd.org/changeset/base/212535

Log:
  Doh! two last second refactoring typos crept in.  Fix.

Modified:
  head/usr.bin/xlint/Makefile.inc

Modified: head/usr.bin/xlint/Makefile.inc
==============================================================================
--- head/usr.bin/xlint/Makefile.inc	Mon Sep 13 06:35:35 2010	(r212534)
+++ head/usr.bin/xlint/Makefile.inc	Mon Sep 13 06:50:07 2010	(r212535)
@@ -13,11 +13,11 @@ TARGET_CPUARCH=	${TARGET_ARCH:C/mipse[bl
 TARGET_CPUARCH=	${MACHINE_CPUARCH}
 TARGET_ARCH=	${MACHINE_ARCH}
 .endif
-.if exists(${.CURDIR}/../arch/${TARGET_ARCH}
+.if exists(${.CURDIR}/../arch/${TARGET_ARCH})
 CFLAGS+=	-I${.CURDIR}/../arch/${TARGET_ARCH}
 .else
 CFLAGS+=	-I${.CURDIR}/../arch/${TARGET_CPUARCH}
-.enidf
+.endif
 CFLAGS+=	-I${.CURDIR}/../common
 
 OBJECT_FMT=	ELF


More information about the svn-src-head mailing list