diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-12-22 14:48:01 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-12-22 14:48:01 +0000 |
commit | 254a8c1b60ab40bc3618e5d26440ff3f9df1f567 (patch) | |
tree | 812da6bb94d16ee8b938fea05ed359ac82dabf58 | |
parent | * src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan) (diff) |
* src/Makefile.in: Clean results of ASN.1 compiler (thanks to
Sergei Golovan)
SVN Revision: 479
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-12-22 Alexey Shchepin <alexey@sevcom.net> + * src/Makefile.in: Clean results of ASN.1 compiler (thanks to + Sergei Golovan) + * src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan) 2005-12-22 Mickael Remond <mickael.remond@process-one.net> diff --git a/src/Makefile.in b/src/Makefile.in index 4f0567af0..fe36ea2e7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -85,6 +85,7 @@ clean: clean-recursive clean-local clean-local: rm -f *.beam $(ERLSHLIBS) + rm -f XmppAddr.asn1db XmppAddr.erl XmppAddr.hrl distclean: distclean-recursive clean-local rm -f config.status |