From 40361298c22d0d95f6af7850849876fd1e9be921 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 11 Dec 2009 18:26:39 +0000 Subject: [PATCH] a little bit more clean git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15912 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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