From: Gilles Depeyrot Date: Sun, 25 Nov 2001 19:19:27 +0000 (+0000) Subject: removed MAKE variable which is set by make, otherwise it recursive makes do X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ad80f0d19481f9086542a24a85ecbbfa8e533b2f removed MAKE variable which is set by make, otherwise it recursive makes do not work when make is in fact gmake (or some other name) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/make.env.in b/src/make.env.in index 8a70f3f955..b716123672 100644 --- a/src/make.env.in +++ b/src/make.env.in @@ -43,7 +43,6 @@ AS = @AS@ NM = @NM@ LN_S = @LN_S@ STRIP = @STRIP@ -MAKE = make AROPTIONS = rcu RANLIB = @RANLIB@ LD = @LD@