From: Alexey Shchepin Date: Thu, 22 Dec 2005 14:48:01 +0000 (+0000) Subject: * src/Makefile.in: Clean results of ASN.1 compiler (thanks to X-Git-Tag: v1.1.0~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=254a8c1b60ab40bc3618e5d26440ff3f9df1f567;p=ejabberd * src/Makefile.in: Clean results of ASN.1 compiler (thanks to Sergei Golovan) SVN Revision: 479 --- diff --git a/ChangeLog b/ChangeLog index 2ccd74132..283e853cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-12-22 Alexey Shchepin + * 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 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