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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"