svn commit: r245649 - head/lib/libcompiler_rt

Andrew Turner andrew at FreeBSD.org
Sat Jan 19 03:47:19 UTC 2013


Author: andrew
Date: Sat Jan 19 03:47:18 2013
New Revision: 245649
URL: http://svnweb.freebsd.org/changeset/base/245649

Log:
  There should have been a tab after SRCS+=

Modified:
  head/lib/libcompiler_rt/Makefile

Modified: head/lib/libcompiler_rt/Makefile
==============================================================================
--- head/lib/libcompiler_rt/Makefile	Sat Jan 19 03:34:02 2013	(r245648)
+++ head/lib/libcompiler_rt/Makefile	Sat Jan 19 03:47:18 2013	(r245649)
@@ -182,7 +182,7 @@ SRCS+=	${file}.c
 .endfor
 
 .if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
-SRCS+= aeabi_idivmod.S \
+SRCS+=	aeabi_idivmod.S \
 	aeabi_ldivmod.S \
 	aeabi_uidivmod.S \
 	aeabi_uldivmod.S


More information about the svn-src-head mailing list