From: Vadim Zeitlin Date: Sat, 29 Jul 2006 15:11:58 +0000 (+0000) Subject: rebaked after wxrc-related change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fdb41a39a05eecc4a51c35b75d22a1b5a724d4fd rebaked after wxrc-related change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index c10d757312..3a0746f98c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11078,13 +11078,13 @@ samples: (cd samples && $(MAKE) all) @COND_USE_XRC_1@wxrc: $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__xmldll___depname) $(__xmllib___depname) -@COND_USE_XRC_1@ (test -d utils/wxrc && cd utils/wxrc && $(MAKE) all) || true +@COND_USE_XRC_1@ (if test -d utils/wxrc ; then cd utils/wxrc && $(MAKE) all ; fi) @COND_USE_XRC_1@clean-wxrc: -@COND_USE_XRC_1@ (test -d utils/wxrc && cd utils/wxrc && $(MAKE) clean) || true +@COND_USE_XRC_1@ (if test -d utils/wxrc ; then cd utils/wxrc && $(MAKE) clean ; fi) @COND_USE_XRC_1@install-wxrc: $(__wxrc___depname) -@COND_USE_XRC_1@ (test -d utils/wxrc && cd utils/wxrc && $(MAKE) install) || true +@COND_USE_XRC_1@ (if test -d utils/wxrc ; then cd utils/wxrc && $(MAKE) install ; fi) install-wxconfig: $(INSTALL_DIR) $(DESTDIR)$(bindir)