summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-01-19 03:47:18 +0000
committerandrew <andrew@FreeBSD.org>2013-01-19 03:47:18 +0000
commit388178c195ed8f369019ba43899e39da72e35e87 (patch)
treea1c3e365d3f80755b72438e30375686e12cbe23c /lib/libcompiler_rt
parentca524b1bec7c3be22335d9d865e9b3153fe0107e (diff)
downloadFreeBSD-src-388178c195ed8f369019ba43899e39da72e35e87.zip
FreeBSD-src-388178c195ed8f369019ba43899e39da72e35e87.tar.gz
There should have been a tab after SRCS+=
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index 72b55d8..44df5e0 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -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
OpenPOWER on IntegriCloud