Skip to content

Commit 78826cc

Browse files
committed
delete: Remove redundant explicit -lcom_err from Makefile
1 parent 0468854 commit 78826cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DEFS=@DEFS@
1919
CPPFLAGS=@CPPFLAGS@
2020
CFLAGS=@CFLAGS@
2121
LDFLAGS=@LDFLAGS@
22-
LIBS=@AFS_LIBS@ @LIBS@ -lcom_err
22+
LIBS=@AFS_LIBS@ @LIBS@
2323
ALL_CFLAGS=${CPPFLAGS} ${CFLAGS} ${DEFS}
2424

2525
COBJS= util.o delete_errs.o errors.o

debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: debathena-delete
22
Section: debathena/utils
33
Priority: extra
44
Maintainer: Debathena Project <[email protected]>
5-
Build-Depends: @cdbs@, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal (>= 1.1~)
5+
Build-Depends: @cdbs@, comerr-dev, libopenafs-dev, automake1.10, autotools-dev, debathena-aclocal (>= 1.1.2~)
66
Standards-Version: 3.7.2
77

88
Package: debathena-delete

0 commit comments

Comments
 (0)