Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin/mdsetimage Bah, move ".include <bsd.own.mk>" to...



details:   https://anonhg.NetBSD.org/src/rev/ca08079f8f78
branches:  trunk
changeset: 516353:ca08079f8f78
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 22 03:31:41 2001 +0000

description:
Bah, move ".include <bsd.own.mk>" to before USE_NEW_TOOLCHAIN check.

diffstat:

 gnu/usr.sbin/mdsetimage/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e857fbb2a994 -r ca08079f8f78 gnu/usr.sbin/mdsetimage/Makefile
--- a/gnu/usr.sbin/mdsetimage/Makefile  Mon Oct 22 03:29:58 2001 +0000
+++ b/gnu/usr.sbin/mdsetimage/Makefile  Mon Oct 22 03:31:41 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2001/10/22 03:23:00 simonb Exp $
+#      $NetBSD: Makefile,v 1.2 2001/10/22 03:31:41 simonb Exp $
 
 PROG=  mdsetimage
 MAN=   mdsetimage.8
@@ -7,8 +7,8 @@
 # LDADD+= -lbfd
 # DPADD+= ${LIBBFD}
 
+.include <bsd.own.mk>
 .ifdef USE_NEW_TOOLCHAIN
-.include <bsd.own.mk>
 TOP=           ${.CURDIR}/../..
 DIST=          ${TOP}/dist/toolchain
 
@@ -28,7 +28,6 @@
 LDADD+=                -lintl
 DPADD+=                ${LIBINTL}
 .else # !USE_NEW_TOOLCHAIN
-.include <bsd.own.mk>
 DIST=          ${.CURDIR}/../../dist
 BFDOBJ!=       cd ${.CURDIR}/../../lib/libbfd && ${PRINTOBJDIR}
 



Home | Main Index | Thread Index | Old Index