From 254a8c1b60ab40bc3618e5d26440ff3f9df1f567 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Thu, 22 Dec 2005 14:48:01 +0000 Subject: [PATCH] * src/Makefile.in: Clean results of ASN.1 compiler (thanks to Sergei Golovan) SVN Revision: 479 --- ChangeLog | 3 +++ src/Makefile.in | 1 + 2 files changed, 4 insertions(+) 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 -- 2.40.0