pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib Remove obsolete file fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d3b4358738a
branches: trunk
changeset: 503112:7d3b4358738a
user: dillo <dillo%pkgsrc.org@localhost>
date: Mon Nov 14 09:17:40 2005 +0000
description:
Remove obsolete file from OBJS also.
Fixes PR 32071 by HEO SeonMeyong.
diffstat:
pkgtools/pkg_install/files/lib/Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 91d626a1f1af -r 7d3b4358738a pkgtools/pkg_install/files/lib/Makefile.in
--- a/pkgtools/pkg_install/files/lib/Makefile.in Mon Nov 14 08:58:51 2005 +0000
+++ b/pkgtools/pkg_install/files/lib/Makefile.in Mon Nov 14 09:17:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.9 2005/11/05 13:30:31 wiz Exp $
+# $NetBSD: Makefile.in,v 1.10 2005/11/14 09:17:40 dillo Exp $
srcdir= @srcdir@
@@ -16,7 +16,7 @@
LIB= libinstall.a
-OBJS= automatic.o dewey.o exec.o fexec.o file.o ftpio.o global.o lpkg.o path.o pen.o \
+OBJS= automatic.o dewey.o fexec.o file.o ftpio.o global.o lpkg.o path.o pen.o \
pkgdb.o plist.o str.o var.o version.o
all: $(LIB)
Home |
Main Index |
Thread Index |
Old Index