From ac9678a73d4b82952e602d3c111ef58965afbb92 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 19 Dec 2011 16:32:13 +0000 Subject: [PATCH] debian/rules needs to use supplied makefiles too --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index cb62a1160..da63524e1 100755 --- a/debian/rules +++ b/debian/rules @@ -36,8 +36,8 @@ build: build-stamp build-stamp: dh_testdir - cd iptables-extension/ && gcc -O2 -Wall -fPIC -shared -o libxt_MEDIAPROXY.so libxt_MEDIAPROXY.c && cd .. - cd daemon && $(MAKE) && cd .. + make -C iptables-extension + make -C daemon touch $@ clean: