From 96d8ededcdf4125582a080c4bc7a20b883da5475 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 5 Feb 2013 15:19:18 +0000 Subject: Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout (on architectures that never used a.out) --- libexec/ld.aout_so/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libexec') 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 # for MKPIC definition .include # for TARGET_ENDIANNESS @@ -20,6 +20,8 @@ all dependall: ${FILES} ld.so: ${UUDECODE_FILES} +.else +UUDECODE_FILES= .endif .endif -- cgit