Module Name:    src
Committed By:   martin
Date:           Tue Feb  5 15:19:18 UTC 2013

Modified Files:
        src/libexec/ld.aout_so: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/libexec/ld.aout_so/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.aout_so/Makefile
diff -u src/libexec/ld.aout_so/Makefile:1.48 src/libexec/ld.aout_so/Makefile:1.49
--- src/libexec/ld.aout_so/Makefile:1.48	Tue Feb  5 07:22:59 2013
+++ src/libexec/ld.aout_so/Makefile	Tue Feb  5 15:19:18 2013
@@ -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
 

Reply via email to