mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 04:36:42 +00:00
fix make clean
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4911 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8d8effeeb2
commit
e6c61c37e6
@ -10,9 +10,11 @@ include $(BUILDDIR)/Makefile.config
|
|||||||
default: all
|
default: all
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
CPPCLEAN =
|
||||||
|
|
||||||
ifeq ($(ENABLE_CPLUSPLUS),yes)
|
ifeq ($(ENABLE_CPLUSPLUS),yes)
|
||||||
SUBDIRS += cpp
|
SUBDIRS += cpp
|
||||||
|
CPPCLEAN += cpp/clean
|
||||||
endif
|
endif
|
||||||
|
|
||||||
WININET_TRANSPORT_DIR = $(SRCDIR)/lib/wininet_transport
|
WININET_TRANSPORT_DIR = $(SRCDIR)/lib/wininet_transport
|
||||||
@ -131,7 +133,7 @@ install: install-common $(SUBDIRS:%=%/install)
|
|||||||
|
|
||||||
.PHONY: clean clean-local distclean
|
.PHONY: clean clean-local distclean
|
||||||
clean: clean-common clean-local
|
clean: clean-common clean-local
|
||||||
clean-local: cpp/clean
|
clean-local: $(CPPCLEAN)
|
||||||
|
|
||||||
distclean: clean distclean-common
|
distclean: clean distclean-common
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user