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
This commit is contained in:
Gilles Depeyrot 2001-11-25 19:19:27 +00:00
parent b52ea5c510
commit ad80f0d194

View File

@ -43,7 +43,6 @@ AS = @AS@
NM = @NM@
LN_S = @LN_S@
STRIP = @STRIP@
MAKE = make
AROPTIONS = rcu
RANLIB = @RANLIB@
LD = @LD@