Single-colons will do here.
---
Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: btrfs-0.8/Makefile
===================================================================
--- btrfs-0.8.orig/Makefile
+++ btrfs-0.8/Makefile
@@ -16,9 +16,10 @@ else
# Normal Makefile
KERNELDIR := /lib/modules/`uname -r`/build
-all::
+all:
$(MAKE) -C $(KERNELDIR) M=`pwd` modules
-clean::
+
+clean:
$(MAKE) -C $(KERNELDIR) M=`pwd` clean
modules_install:
_______________________________________________
Btrfs-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/btrfs-devel