From 602e7e167985a74974797243412624e0604eeb45 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 6 Oct 2003 10:12:42 +0000 Subject: add TAR_CMD to DEFS to ensure we use the full path to tar. noted by Pierre Bourgin on tech-pkg. --- pkgtools/pkg_install/files/add/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/add/Makefile.in b/pkgtools/pkg_install/files/add/Makefile.in index 24c3172ddcf..8bdb0f485c4 100644 --- a/pkgtools/pkg_install/files/add/Makefile.in +++ b/pkgtools/pkg_install/files/add/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.9 2003/09/23 07:44:50 grant Exp $ +# $NetBSD: Makefile.in,v 1.10 2003/10/06 10:12:42 grant Exp $ srcdir= @srcdir@ @@ -14,7 +14,7 @@ CC= @CC@ CCLD= $(CC) LIBS= -linstall @LIBS@ CPPFLAGS= @CPPFLAGS@ -I. -I$(srcdir) -I../lib -DEFS= @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\" +DEFS= @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\" -DTAR_CMD=\"@tar@\" CFLAGS= @CFLAGS@ LDFLAGS= @LDFLAGS@ -L../lib -- cgit v1.2.3