diff options
author | obrien <obrien@FreeBSD.org> | 2000-05-24 02:17:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-05-24 02:17:12 +0000 |
commit | 87c84875a061fc697994b37a134decbb21763b1e (patch) | |
tree | 1c08ab6569440949ae98ec9f90f80dbf8e61e07c /lib/csu/ia64/Makefile | |
parent | 9a5646e13d0f86d72d78eb42cb8c334aa2ecb185 (diff) | |
download | FreeBSD-src-87c84875a061fc697994b37a134decbb21763b1e.zip FreeBSD-src-87c84875a061fc697994b37a134decbb21763b1e.tar.gz |
Use the new machine-independent versions of crtbegin and crtend
from the "common" directory.
Diffstat (limited to 'lib/csu/ia64/Makefile')
-rw-r--r-- | lib/csu/ia64/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile index be882fe..fc98857 100644 --- a/lib/csu/ia64/Makefile +++ b/lib/csu/ia64/Makefile @@ -1,8 +1,6 @@ -# # $FreeBSD$ -# -.PATH: ${.CURDIR}/../alpha +.PATH: ${.CURDIR}/../common SRCS= crt1.c crtbegin.c crtend.c OBJS= crt1.o crtbegin.o crtend.o @@ -16,7 +14,7 @@ INTERNALLIB= true all: ${OBJS} ${SOBJS} -gcrt1.o: crt1.c +gcrt1.o: crt1.c ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC} realinstall: |