summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-06-25 19:44:24 +0200
committerBjoern Jacke <bj@sernet.de>2012-06-25 22:43:49 +0200
commitb2ba94b146923573f4203d17474777bb4c30cea8 (patch)
treee63b48feb3dcaa0f0c9ce1dd32b4fc1ddbe3c959 /source3/Makefile.in
parent5c31e5d553c9db748e0ca83b83bf9f0ca3261440 (diff)
downloadsamba-b2ba94b146923573f4203d17474777bb4c30cea8.tar.gz
samba-b2ba94b146923573f4203d17474777bb4c30cea8.tar.bz2
samba-b2ba94b146923573f4203d17474777bb4c30cea8.zip
s3:Makefile: use our "$MAKE" instead of "make" in our own Makefile
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4adbaa0610..148de92b37 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3418,6 +3418,6 @@ vfs_examples:
( \
cd ../examples/VFS && \
./configure && \
- make clean && \
- make \
+ $(MAKE) clean && \
+ $(MAKE) \
)