Source-Changes-HG archive

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

[src/trunk]: src/distrib/acorn32/stand Makefile.distrib includes <bsd.files.m...



details:   https://anonhg.NetBSD.org/src/rev/65638df41673
branches:  trunk
changeset: 792917:65638df41673
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 21 20:12:54 2014 +0000

description:
Makefile.distrib includes <bsd.files.mk> so put it last to make the uue
rules to work.

diffstat:

 distrib/acorn32/stand/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r f60f6b3a6da0 -r 65638df41673 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Tue Jan 21 19:50:16 2014 +0000
+++ b/distrib/acorn32/stand/Makefile    Tue Jan 21 20:12:54 2014 +0000
@@ -1,8 +1,7 @@
-#      $NetBSD: Makefile,v 1.26 2008/10/19 22:05:19 apb Exp $
+#      $NetBSD: Makefile,v 1.27 2014/01/21 20:12:54 christos Exp $
 #
 
 .include <bsd.own.mk>
-.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 .include <bsd.kernobj.mk>
 
@@ -122,5 +121,4 @@
        rm -f ${ARCHIVE}
        -if [ -d tmp ]; then rm -rf tmp; fi
 
-.include <bsd.files.mk>
-.include <bsd.prog.mk>
+.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"



Home | Main Index | Thread Index | Old Index