summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-19 23:45:43 +0000
committerobrien <obrien@FreeBSD.org>2000-04-19 23:45:43 +0000
commit948ba018cd32d322134af5579f899a9d8480ea33 (patch)
treec5045fe389c3f82be29ba69d41403d9f58b4a5f8 /lib/csu/alpha
parent123d7be7a4fc32cf3e5147390cdd63ab0045a648 (diff)
downloadFreeBSD-src-948ba018cd32d322134af5579f899a9d8480ea33.zip
FreeBSD-src-948ba018cd32d322134af5579f899a9d8480ea33.tar.gz
Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.
Also allows the soruce to live somewhere else.
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 2c101c3..ffd5350 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -15,7 +15,7 @@ INTERNALLIB= true
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
- ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c
+ ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
.for file in ${OBJS} ${SOBJS}
OpenPOWER on IntegriCloud