From 2d743aa516bb21c153ea65c9913d430efe1afeae Mon Sep 17 00:00:00 2001 From: zrj Date: Wed, 1 Nov 2017 17:32:28 +0200 Subject: [PATCH] lib/csu: Fix longstanding quickworld issue. Now /bin/sh and friends will have correct DragonFly version in NOTES section. Full buildworld upon major version changes still should be preferred. --- lib/csu/x86_64/Makefile.csu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/csu/x86_64/Makefile.csu b/lib/csu/x86_64/Makefile.csu index 1c055bfb92..8496f3f902 100644 --- a/lib/csu/x86_64/Makefile.csu +++ b/lib/csu/x86_64/Makefile.csu @@ -5,6 +5,10 @@ OBJS+= Scrt1.o gcrt1.o INSTALLOBJS+= crt1.o crti.o crtn.o Scrt1.o gcrt1.o CLEANFILES= crt1.s gcrt1.s Scrt1.s CLEANFILES+= crt1.o crti.o crtn.o Scrt1.o gcrt1.o +MKDEPINTDEPS= crt1.o:crt1.s +MKDEPINTDEPS+= crt1.o:gcrt1.s +MKDEPINTDEPS+= crt1.o:Scrt1.s +NOIMPLICITDEPEND= WARNS?= 2 CFLAGS+= -I${CSUDIR}/../common \ -- 2.11.4.GIT