From: Sergei Trofimovich <[email protected]>

CC: Chris Mason <[email protected]>
Signed-off-by: Sergei Trofimovich <[email protected]>
---
 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index ebfd5c8..9694444 100644
--- a/Makefile
+++ b/Makefile
@@ -101,15 +101,15 @@ ioctl-test: $(objects) ioctl-test.o
        $(CC) $(CFLAGS) -o ioctl-test $(objects) ioctl-test.o $(LDFLAGS) $(LIBS)
 
 manpages:
-       cd man; make
+       cd man; $(MAKE)
 
 install-man:
-       cd man; make install
+       cd man; $(MAKE) install
 
 clean :
        rm -f $(progs) cscope.out *.o .*.d btrfs-convert btrfs-image 
btrfs-select-super \
              btrfs-zero-log btrfstune dir-test ioctl-test quick-test version.h
-       cd man; make clean
+       cd man; $(MAKE) clean
 
 install: $(progs) install-man
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
-- 
1.7.8.5

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to