Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.aout_so Make sure UUDECODE_FILES is empty if we d...



details:   https://anonhg.NetBSD.org/src/rev/7d84e042d6ce
branches:  trunk
changeset: 784673:7d84e042d6ce
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 05 15:19:18 2013 +0000

description:
Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout
(on architectures that never used a.out)

diffstat:

 libexec/ld.aout_so/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aa8e6a65b235 -r 7d84e042d6ce libexec/ld.aout_so/Makefile
--- a/libexec/ld.aout_so/Makefile       Tue Feb 05 13:39:28 2013 +0000
+++ b/libexec/ld.aout_so/Makefile       Tue Feb 05 15:19:18 2013 +0000
@@ -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 @@
 
 ld.so: ${UUDECODE_FILES}
 
+.else
+UUDECODE_FILES=
 .endif
 .endif
 



Home | Main Index | Thread Index | Old Index