]> git.saurik.com Git - wxWidgets.git/commitdiff
removed MAKE variable which is set by make, otherwise it recursive makes do
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 25 Nov 2001 19:19:27 +0000 (19:19 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 25 Nov 2001 19:19:27 +0000 (19:19 +0000)
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

src/make.env.in

index 8a70f3f95553c908e6f0d2f9c58b4c96e9270936..b71612367204067082bd194e7c196d822b83c6e3 100644 (file)
@@ -43,7 +43,6 @@ AS          = @AS@
 NM          = @NM@
 LN_S        = @LN_S@
 STRIP       = @STRIP@
-MAKE        = make
 AROPTIONS   = rcu
 RANLIB      = @RANLIB@
 LD          = @LD@