Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk-common Fix path.



details:   https://anonhg.NetBSD.org/src/rev/eaa92456fc1e
branches:  trunk
changeset: 526217:eaa92456fc1e
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Apr 28 07:31:54 2002 +0000

description:
Fix path.

diffstat:

 distrib/x68k/floppies/ramdisk-common/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d70d1fcaa989 -r eaa92456fc1e distrib/x68k/floppies/ramdisk-common/Makefile.inc
--- a/distrib/x68k/floppies/ramdisk-common/Makefile.inc Sun Apr 28 06:19:45 2002 +0000
+++ b/distrib/x68k/floppies/ramdisk-common/Makefile.inc Sun Apr 28 07:31:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2002/03/28 04:33:25 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2002/04/28 07:31:54 isaki Exp $
 
 .include "${TOP}/Makefile.inc"
 
@@ -53,7 +53,7 @@
        ${MAKE} -f ${CBIN}.mk all
 
 # Use stubs to eliminate some large stuff from libc
-HACKSRC=       ${DISTRIBDIR}/utils/libhack
+HACKSRC=       ${_SRC_TOP_}/distrib/utils/libhack
 .include       "${HACKSRC}/Makefile.inc"
 ${CBIN}:       libhack.o
 



Home | Main Index | Thread Index | Old Index