diff options
author | grant <grant> | 2003-10-06 10:12:42 +0000 |
---|---|---|
committer | grant <grant> | 2003-10-06 10:12:42 +0000 |
commit | 602e7e167985a74974797243412624e0604eeb45 (patch) | |
tree | 1fe6ab509bfdcf7c476136b627c3c3d338952c0d /pkgtools | |
parent | 0c62669825089407261eeb4005de72c933d4f97b (diff) | |
download | pkgsrc-602e7e167985a74974797243412624e0604eeb45.tar.gz |
add TAR_CMD to DEFS to ensure we use the full path to tar.
noted by Pierre Bourgin on tech-pkg.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/add/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |