Module Name:    src
Committed By:   christos
Date:           Mon Apr  6 00:48:19 UTC 2009

Modified Files:
        src/lib/libcurses: Makefile

Log Message:
make fileio.h work with objdir.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/lib/libcurses/Makefile

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

Modified files:

Index: src/lib/libcurses/Makefile
diff -u src/lib/libcurses/Makefile:1.61 src/lib/libcurses/Makefile:1.62
--- src/lib/libcurses/Makefile:1.61	Mon Oct 27 16:56:28 2008
+++ src/lib/libcurses/Makefile	Sun Apr  5 20:48:19 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.61 2008/10/27 20:56:28 apb Exp $
+#	$NetBSD: Makefile,v 1.62 2009/04/06 00:48:19 christos Exp $
 #	@(#)Makefile	8.2 (Berkeley) 1/2/94
 
 .include <bsd.own.mk>
@@ -178,7 +178,7 @@
 .endif
 
 fileio.h: shlib_version genfileioh.awk
-	${TOOL_AWK} -f genfileioh.awk < shlib_version > fileio.h
+	${TOOL_AWK} -f ${.CURDIR}/genfileioh.awk < ${.CURDIR}/shlib_version > ${.CURDIR}/fileio.h
 
 .include <bsd.lib.mk>
 .include <bsd.subdir.mk>

Reply via email to