diff options
author | dillo <dillo@pkgsrc.org> | 2005-11-14 09:17:40 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-11-14 09:17:40 +0000 |
commit | 71bd927ebfede697bf24a9b1cbda084a6f679f57 (patch) | |
tree | 810dfa1fd1eb5d2269a6aa65c8e5a949c93f3a3b /pkgtools/pkg_install | |
parent | de47c7958b3cdad2d21a4766d71006258b2e41ee (diff) | |
download | pkgsrc-71bd927ebfede697bf24a9b1cbda084a6f679f57.tar.gz |
Remove obsolete file from OBJS also.
Fixes PR 32071 by HEO SeonMeyong.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/Makefile.in b/pkgtools/pkg_install/files/lib/Makefile.in index 01739812c9b..58535ed8da2 100644 --- a/pkgtools/pkg_install/files/lib/Makefile.in +++ b/pkgtools/pkg_install/files/lib/Makefile.in @@ -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 @@ CFLAGS= @CFLAGS@ 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) |