diff options
| author | martin <martin@NetBSD.org> | 2013-02-05 15:19:18 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2013-02-05 15:19:18 +0000 |
| commit | 96d8ededcdf4125582a080c4bc7a20b883da5475 (patch) | |
| tree | d220c78a1347fde2d62459bb157e90c4ceb8973e /libexec | |
| parent | cbd79965d24e419e12b694df972f8907764d3039 (diff) | |
Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout
(on architectures that never used a.out)
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.aout_so/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.aout_so/Makefile b/libexec/ld.aout_so/Makefile index 9ee28578ea2..0fad3f17c6d 100644 --- a/libexec/ld.aout_so/Makefile +++ b/libexec/ld.aout_so/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2013/02/05 07:22:59 matt Exp $ +# $NetBSD: Makefile,v 1.49 2013/02/05 15:19:18 martin Exp $ .include <bsd.own.mk> # for MKPIC definition .include <bsd.endian.mk> # for TARGET_ENDIANNESS @@ -20,6 +20,8 @@ all dependall: ${FILES} ld.so: ${UUDECODE_FILES} +.else +UUDECODE_FILES= .endif .endif |
