summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-10-27 12:19:06 +0000
committerBadlop <badlop@process-one.net>2008-10-27 12:19:06 +0000
commitf032cf338062c5d3c94d7200d6a469442176409b (patch)
tree82f202b26baa807ffc939e1f811994f942363317 /src
parent* src/translate.erl: When a translation file can't be loaded, show (diff)
* src/Makefile.in (clean-local): Delete also ejabberdctl.example
SVN Revision: 1671
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8148741e..096af8b5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -257,7 +257,7 @@ uninstall-all: uninstall-binary
clean: clean-recursive clean-local
clean-local:
- rm -f *.beam $(ERLSHLIBS) epam
+ rm -f *.beam $(ERLSHLIBS) epam ejabberdctl.example
rm -f XmppAddr.asn1db XmppAddr.erl XmppAddr.hrl
distclean: distclean-recursive clean-local