From 0671167e2a192d26fd43efa2130c4fccc32b76b8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 28 Aug 2011 18:10:53 +0000 Subject: Use instead of make git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3920 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Makefile | 8 ++++---- apps/examples/sendmail/Makefile | 2 +- apps/examples/thttpd/Makefile | 2 +- apps/examples/wget/Makefile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/examples') diff --git a/apps/examples/Makefile b/apps/examples/Makefile index f8cbd4384..7810f1a69 100644 --- a/apps/examples/Makefile +++ b/apps/examples/Makefile @@ -37,10 +37,10 @@ # Sub-directories -SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount nettest \ - nsh null nx nxffs nxflat nxhello nximage nxlines nxtext ostest pashello \ - pipe poll rgmp romfs sendmail serloop thttpd udp uip usbserial \ - usbstorage wget wlan +SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp mm mount \ + nettest nsh null nx nxffs nxflat nxhello nximage nxlines \ + nxtext ostest pashello pipe poll rgmp romfs sendmail serloop \ + thttpd udp uip usbserial usbstorage wget wlan # Sub-directories that might need context setup diff --git a/apps/examples/sendmail/Makefile b/apps/examples/sendmail/Makefile index d1552ad34..2c8883c28 100644 --- a/apps/examples/sendmail/Makefile +++ b/apps/examples/sendmail/Makefile @@ -87,7 +87,7 @@ depend: .depend clean: @rm -f *.o *~ .*.swp .built $(call CLEAN) - @make -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" + @$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" distclean: clean @rm -f Make.dep .depend diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile index f58e1c526..9df26af35 100644 --- a/apps/examples/thttpd/Makefile +++ b/apps/examples/thttpd/Makefile @@ -88,7 +88,7 @@ depend: .depend clean: @rm -f *.o *~ .*.swp .built - @make -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV) + @$(MAKE) -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV) $(call CLEAN) distclean: clean diff --git a/apps/examples/wget/Makefile b/apps/examples/wget/Makefile index 7d880bd1e..4141cc832 100644 --- a/apps/examples/wget/Makefile +++ b/apps/examples/wget/Makefile @@ -86,7 +86,7 @@ depend: .depend clean: @rm -f *.o *~ .*.swp .built $(call CLEAN) - @make -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" + @$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" distclean: clean @rm -f Make.dep .depend -- cgit v1.2.3