Skip to content

Commit 1f3e1f5

Browse files
committed
Remove ar-lib
1 parent 3d57519 commit 1f3e1f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ EXTRA_DIST= docs/rdate.8
1414
distclean-local:
1515
rm -rf autom4te.cache/
1616
rm -f aclocal.m4 \
17+
ar-lib \
1718
compile \
1819
config.* \
1920
configure \

autogen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
if [ "$1" = "clean" ] && [ ! -e Makefile ]
3535
then
3636
echo "Vanishing the code"
37-
rm -rf aclocal.m4 autom4te.cache/ compile config.* configure depcomp \
38-
INSTALL install-sh Makefile.in missing src/Makefile.in
37+
rm -rf aclocal.m4 ar-lib autom4te.cache/ compile config.* configure \
38+
depcomp INSTALL install-sh Makefile.in missing src/Makefile.in
3939
exit 0
4040
fi
4141

0 commit comments

Comments
 (0)