Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/biosboot Use .PATH.c not .PATH otherwise...



details:   https://anonhg.NetBSD.org/src/rev/fc5d796cdc0d
branches:  trunk
changeset: 480802:fc5d796cdc0d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 20 16:51:01 2000 +0000

description:
Use .PATH.c not .PATH otherwise builds without objdirs fail from biosboot_com0.
Reported by Tron.

diffstat:

 sys/arch/i386/stand/biosboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c1e011ec125a -r fc5d796cdc0d sys/arch/i386/stand/biosboot/Makefile
--- a/sys/arch/i386/stand/biosboot/Makefile     Thu Jan 20 16:07:43 2000 +0000
+++ b/sys/arch/i386/stand/biosboot/Makefile     Thu Jan 20 16:51:01 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 1999/09/10 16:38:46 drochner Exp $
+#      $NetBSD: Makefile,v 1.25 2000/01/20 16:51:01 christos Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -8,7 +8,7 @@
 NEWVERSWHAT=   "BIOS Boot"
 
 .if (${BASE} != "biosboot")
-.PATH: ${.CURDIR}/../biosboot/
+.PATH.c: ${.CURDIR}/../biosboot/
 .endif
 
 SRCS= main.c devopen.c conf.c exec.c



Home | Main Index | Thread Index | Old Index