diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 15:28:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 15:28:00 +0000 |
| commit | 2020063860c278d1e200cb40e9b8d715fb2124de (patch) | |
| tree | f004896fe6dc0f9bc5ab93a30a5dd7dcedecb549 /lib/csu/amd64 | |
| parent | 12e0852a7aef67a8b0c1d32a42ae8765802a6787 (diff) | |
Notes
Diffstat (limited to 'lib/csu/amd64')
| -rw-r--r-- | lib/csu/amd64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index 594ab7e031bf3..a780693d52f55 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -12,6 +12,8 @@ LDFLAGS+= -elf all: ${OBJS} +CLEANFILES= ${OBJS} + gcrt1.o: crt1.c ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c |
