[25613] in Source-Commits
/svn/athena r25126 - in trunk/athena/bin/delete: . debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Tue May 3 02:55:27 2011
Date: Tue, 3 May 2011 02:55:20 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <201105030655.p436tKMD015463@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2011-05-03 02:55:20 -0400 (Tue, 03 May 2011)
New Revision: 25126
Modified:
trunk/athena/bin/delete/Makefile.in
trunk/athena/bin/delete/debian/control.in
Log:
delete: Remove redundant explicit -lcom_err from Makefile
Modified: trunk/athena/bin/delete/Makefile.in
===================================================================
--- trunk/athena/bin/delete/Makefile.in 2011-05-03 06:51:51 UTC (rev 25125)
+++ trunk/athena/bin/delete/Makefile.in 2011-05-03 06:55:20 UTC (rev 25126)
@@ -19,7 +19,7 @@
CPPFLAGS=@CPPFLAGS@
CFLAGS=@CFLAGS@
LDFLAGS=@LDFLAGS@
-LIBS=@AFS_LIBS@ @LIBS@ -lcom_err
+LIBS=@AFS_LIBS@ @LIBS@
ALL_CFLAGS=${CPPFLAGS} ${CFLAGS} ${DEFS}
COBJS= util.o delete_errs.o errors.o
Modified: trunk/athena/bin/delete/debian/control.in
===================================================================
--- trunk/athena/bin/delete/debian/control.in 2011-05-03 06:51:51 UTC (rev 25125)
+++ trunk/athena/bin/delete/debian/control.in 2011-05-03 06:55:20 UTC (rev 25126)
@@ -2,7 +2,7 @@
Section: debathena/utils
Priority: extra
Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: @cdbs@, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal (>= 1.1~)
+Build-Depends: @cdbs@, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal (>= 1.1.2~)
Standards-Version: 3.7.2
Package: debathena-delete