diff options
author | andrew <andrew@FreeBSD.org> | 2013-01-19 03:47:18 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-01-19 03:47:18 +0000 |
commit | 388178c195ed8f369019ba43899e39da72e35e87 (patch) | |
tree | a1c3e365d3f80755b72438e30375686e12cbe23c /lib/libcompiler_rt | |
parent | ca524b1bec7c3be22335d9d865e9b3153fe0107e (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |