]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Use the right make target for building the kernel module
authorRuss Allbery <rra@debian.org>
Fri, 13 Feb 2009 19:18:29 +0000 (11:18 -0800)
committerRuss Allbery <rra@debian.org>
Fri, 13 Feb 2009 19:18:29 +0000 (11:18 -0800)
Now that we're using make libafs_tree, the kernel module should build
with a simple make.

debian/module/rules

index 6329f67100cb12eaaa10c00f2357b94677cacf0e..941e55c1d443d9a4ff7261139906f618e3bc4836 100755 (executable)
@@ -66,7 +66,7 @@ build: build-arch build-indep
 build-arch: build-stamp
 build-indep:
 build-stamp: configure-stamp
-       make only_libafs
+       $(MAKE)
        touch $@
 
 clean: