fix make clean

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4911 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-04-10 21:15:20 +00:00
parent 8d8effeeb2
commit e6c61c37e6

View File

@ -10,9 +10,11 @@ include $(BUILDDIR)/Makefile.config
default: all
SUBDIRS =
CPPCLEAN =
ifeq ($(ENABLE_CPLUSPLUS),yes)
SUBDIRS += cpp
CPPCLEAN += cpp/clean
endif
WININET_TRANSPORT_DIR = $(SRCDIR)/lib/wininet_transport
@ -131,7 +133,7 @@ install: install-common $(SUBDIRS:%=%/install)
.PHONY: clean clean-local distclean
clean: clean-common clean-local
clean-local: cpp/clean
clean-local: $(CPPCLEAN)
distclean: clean distclean-common