Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/tar.new/libtar add a dummy pattern rule to avoid...
details: https://anonhg.NetBSD.org/src/rev/cdfc214c445f
branches: trunk
changeset: 538038:cdfc214c445f
user: drochner <drochner%NetBSD.org@localhost>
date: Thu Oct 10 13:03:19 2002 +0000
description:
add a dummy pattern rule to avoid yacc invocation
(which fails with r/o src tree)
diffstat:
gnu/usr.bin/tar.new/libtar/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r dbd05dec636c -r cdfc214c445f gnu/usr.bin/tar.new/libtar/Makefile
--- a/gnu/usr.bin/tar.new/libtar/Makefile Thu Oct 10 11:45:14 2002 +0000
+++ b/gnu/usr.bin/tar.new/libtar/Makefile Thu Oct 10 13:03:19 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2002/10/09 16:13:08 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/10 13:03:19 drochner Exp $
NOLINT= # defined
NOMAN= # defined
@@ -33,3 +33,6 @@
.PATH: ${.CURDIR} ${DIST}/lib
.include <bsd.lib.mk>
+
+# don't try to recreate getdate.c
+.y.c:
Home |
Main Index |
Thread Index |
Old Index