diff options
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 |
