From: Michael Jerris Date: Fri, 11 Dec 2009 18:26:39 +0000 (+0000) Subject: a little bit more clean X-Git-Tag: v1.0.6~1045 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40361298c22d0d95f6af7850849876fd1e9be921;p=thirdparty%2Ffreeswitch.git a little bit more clean git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15912 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/Makefile.am b/Makefile.am index 78dcd5a548..5a628a64b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,6 +366,8 @@ core-install: core_install clean_core: clean-libLTLIBRARIES rm -f $(libfreeswitch_la_OBJECTS) + rm -f `echo $(libfreeswitch_la_OBJECTS) | sed -e's|.lo|.o|g'` + install_core: install-libLTLIBRARIES core_install: install_core