diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-10-27 Badlop <badlop@process-one.net> + + * src/Makefile.in (clean-local): Delete also ejabberdctl.example + 2008-10-25 Badlop <badlop@process-one.net> * src/translate.erl: When a translation file can't be loaded, show 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 |