]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix make clean
authorMichael Jerris <mike@jerris.com>
Tue, 10 Apr 2007 21:15:20 +0000 (21:15 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 10 Apr 2007 21:15:20 +0000 (21:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4911 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/xmlrpc-c/src/Makefile

index b60a6a0c78923de9590378eb72b101b8c3581684..75526e0a7618ace7c6a46cfd9bb1b32950f82491 100644 (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