提交 e6c61c37 authored 作者: Michael Jerris's avatar Michael Jerris

fix make clean

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4911 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8d8effee
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论