We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d57519 commit 1f3e1f5Copy full SHA for 1f3e1f5
Makefile.am
@@ -14,6 +14,7 @@ EXTRA_DIST= docs/rdate.8
14
distclean-local:
15
rm -rf autom4te.cache/
16
rm -f aclocal.m4 \
17
+ ar-lib \
18
compile \
19
config.* \
20
configure \
autogen.sh
@@ -34,8 +34,8 @@
34
if [ "$1" = "clean" ] && [ ! -e Makefile ]
35
then
36
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
+ rm -rf aclocal.m4 ar-lib autom4te.cache/ compile config.* configure \
+ depcomp INSTALL install-sh Makefile.in missing src/Makefile.in
39
exit 0
40
fi
41
0 commit comments