From: John L. <jr...@us...> - 2010-11-09 06:06:27
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv32260/wxLua/modules/wxbind/src Modified Files: Makefile Log Message: Use $(MAKE) and not make for distcc Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Makefile 16 Jul 2007 19:34:44 -0000 1.17 --- Makefile 9 Nov 2010 06:06:19 -0000 1.18 *************** *** 29,44 **** cleanwxbind: ! @(make -f Makefile_wxadv clean) ! @(make -f Makefile_wxaui clean) ! @(make -f Makefile_wxbase clean) ! @(make -f Makefile_wxcore clean) ! @(make -f Makefile_wxgl clean) ! @(make -f Makefile_wxhtml clean) ! @(make -f Makefile_wxmedia clean) ! @(make -f Makefile_wxnet clean) ! @(make -f Makefile_wxrichtext clean) ! @(make -f Makefile_wxstc clean) ! @(make -f Makefile_wxxml clean) ! @(make -f Makefile_wxxrc clean) --- 29,44 ---- cleanwxbind: ! @($(MAKE) -f Makefile_wxadv clean) ! @($(MAKE) -f Makefile_wxaui clean) ! @($(MAKE) -f Makefile_wxbase clean) ! @($(MAKE) -f Makefile_wxcore clean) ! @($(MAKE) -f Makefile_wxgl clean) ! @($(MAKE) -f Makefile_wxhtml clean) ! @($(MAKE) -f Makefile_wxmedia clean) ! @($(MAKE) -f Makefile_wxnet clean) ! @($(MAKE) -f Makefile_wxrichtext clean) ! @($(MAKE) -f Makefile_wxstc clean) ! @($(MAKE) -f Makefile_wxxml clean) ! @($(MAKE) -f Makefile_wxxrc clean) |