mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
${TARGET} -> ${.TARGET}
Tiny pointed hat goes to: Our Makefile-meister.
This commit is contained in:
parent
946eff5c2d
commit
920207a8e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32484
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
|
||||
# $Id: Makefile,v 1.31 1997/04/30 03:12:09 msmith Exp $
|
||||
# $Id: Makefile,v 1.32 1997/10/11 02:37:42 asami Exp $
|
||||
|
||||
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer -I${.CURDIR}
|
||||
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
|
||||
@ -30,7 +30,7 @@ gcrt0.o: crt0.o
|
||||
# dependencies fudged as for gcrt0.o
|
||||
scrt0.o: crt0.o
|
||||
${CC} ${CFLAGS} -c -DCRT0 ${.CURDIR}/crt0.c -o ${.TARGET}
|
||||
${LD} -O ${TARGET} -x -r ${.TARGET}
|
||||
${LD} -O ${.TARGET} -x -r ${.TARGET}
|
||||
|
||||
# dependencies fudged as for gcrt0.o
|
||||
sgcrt0.o: scrt0.o
|
||||
|
Loading…
Reference in New Issue
Block a user