From b8abc3aa97e1e90d5ed08aa61427226de4575893 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 13 Feb 2009 11:18:29 -0800 Subject: [PATCH] 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. --- debian/module/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5