From: Wilfried Göesgens Date: Wed, 10 Feb 2010 19:07:22 +0000 (+0000) Subject: * use $(MAKE) instead of make, else we will fallback to bsdmake on such systems,... X-Git-Tag: v7.86~442 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=389b7c1668849a4f285857483d23bf303bf3f92c * use $(MAKE) instead of make, else we will fallback to bsdmake on such systems, which we don't support. --- diff --git a/webcit/Makefile.in b/webcit/Makefile.in index ae5edda77..eb5d5a6f3 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -132,7 +132,7 @@ install-tinymce: done install-locale: - cd po; make + cd po; $(MAKE) for i in `find locale -type d | grep -v .svn` \ ; do \ test -d $(DESTDIR)$(LOCALEDIR)/$$i || mkdir -p $(DESTDIR)$(LOCALEDIR)/$$i; \