aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2020-01-29 04:32:06 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2020-01-29 04:32:06 +0000
commit4ff85ece0ebabef087ec0155b70ea2799b1c1579 (patch)
treec484119551dd0d6c454a4b0c1d579d2493e35575 /lib/csu
parent3ea691c2612952dc5e6963649ad64312bd6dff4f (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/powerpc64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/powerpc64/Makefile b/lib/csu/powerpc64/Makefile
index ee1d760657568..e452a567d9664 100644
--- a/lib/csu/powerpc64/Makefile
+++ b/lib/csu/powerpc64/Makefile
@@ -18,7 +18,7 @@ FILESDIR= ${LIBDIR}
.undef LIBRARIES_ONLY
CLEANFILES= ${OBJS}
-CLEANFILES+= crt1.s crtsavres.s gcrt1.s Scrt1.s
+CLEANFILES+= crt1.s crtsavres.S gcrt1.s Scrt1.s
# See the comment in lib/csu/common/crtbrand.c for the reason crt1.c is not
# directly compiled to .o files.
@@ -28,7 +28,7 @@ crt1.s: crt1.c
sed ${SED_FIX_NOTE} ${.TARGET}
# On powerpc64 crtsavres is an empty file
-crtsavres.s:
+crtsavres.S:
touch ${.TARGET}
crt1.o: crt1.s