From: Russ Allbery Date: Fri, 13 Feb 2009 19:18:29 +0000 (-0800) Subject: Use the right make target for building the kernel module X-Git-Tag: debian/1.4.8.dfsg1-1~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b8abc3aa97e1e90d5ed08aa61427226de4575893;p=packages%2Fo%2Fopenafs.git Use the right make target for building the kernel module Now that we're using make libafs_tree, the kernel module should build with a simple make. --- diff --git a/debian/module/rules b/debian/module/rules index 6329f6710..941e55c1d 100755 --- a/debian/module/rules +++ b/debian/module/rules @@ -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: