mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user