diff --git a/Makefile b/Makefile index b0c1797e..1fda576f 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ endif tar: distclean test -d ../$(PARENTDIR) || ln -s $(TOPDIR) ../$(PARENTDIR) (cd kernel; tar --transform='s|.*/||' \ - -cfz ../mhvtl_kernel.tgz * ../include/common/*) + -czf ../mhvtl_kernel.tgz * ../include/common/*) (cd ..; tar cvzf $(TAR_FILE) --exclude='.git*' \ $(PARENTDIR)/man \ $(PARENTDIR)/doc \