PERFORCE change 73424 for review

Juli Mallett jmallett at FreeBSD.org
Thu Mar 17 19:21:31 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=73424

Change 73424 by jmallett at jmallett_windward on 2005/03/18 03:21:10

	I'm a moron.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile#9 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile#9 (text+ko) ====

@@ -29,7 +29,7 @@
 HOST=		${TARGET_TUPLE}
 LIBSERACHPATH=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
 ELF_SCR_EXT=	x xbn xn xr xs xu xc xsc
-if ${TARGET_ARCH} != "mips"
+.if ${TARGET_ARCH} != "mips"
 ELF_SCR_EXR+=	xd xdc
 .endif
 .for ext in ${ELF_SCR_EXT}


More information about the p4-projects mailing list