From a47143f14eda277823427c270b152a0a767e48a3 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Thu, 1 Jan 2015 13:38:39 -0500 Subject: [PATCH] Fix deprecated mixed implicit and normal rules makefile syntax Caused failure to build. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7ebeae9..ecae1ad 100755 --- a/debian/rules +++ b/debian/rules @@ -9,5 +9,5 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -dh %: +%: dh $@ --with=config-package -- 2.20.1