From e3edbf0ed87b5f49c2f9518968e1e8ce422cbfdd Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Thu, 7 Jul 2016 08:25:58 +0100 Subject: [PATCH] Add mandatory build-{arch,indep} targets (Closes: #821966) These both simply depend upon build. --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f3a132c..4b585fa 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,10 @@ build: cd debian && gcc -g -O2 -o randverse randverse.c touch build +build-arch: build + +build-indep: build + clean: $(checkdir) -rm -f build @@ -104,4 +108,4 @@ checkroot: $(checkdir) test root = "`whoami`" -.PHONY: binary binary-arch binary-indep clean checkroot +.PHONY: binary binary-arch binary-indep clean checkroot build-arch build-indep -- 2.30.2