From fd8ce8a6b5326d543a4d2a0a185a1e9e73f47a18 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 22 Jan 2009 03:48:46 +0000 Subject: [PATCH] override distclean becuase it breaks some of the dep libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11353 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4644c82276..823454a784 100644 --- a/Makefile.am +++ b/Makefile.am @@ -313,6 +313,8 @@ endif core: $(MAKE) $(AM_MAKEFLAGS) libfreeswitch.la +distclean: clean + core-clean: clean_core core-install: core_install