use $(MAKE) instead of make

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-18 21:34:12 +00:00
parent 84f68c21f4
commit 318f6d79a8
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
all:
cd src; make
cd src; $(MAKE)
clean:
cd src; make clean
cd src; $(MAKE) clean