From 07612e63b80f62d7684a69c82dad9b8627b5f71f Mon Sep 17 00:00:00 2001 From: Yun Liu <yun@yun.(none)> Date: Thu, 4 Dec 2008 13:03:28 -0500 Subject: [PATCH] Old expression in "rules" file doesn't work. Fix it --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 4a3b820be6..18f0dbf5aa 100755 --- a/debian/rules +++ b/debian/rules @@ -33,8 +33,8 @@ build-arch: build-arch-stamp build-arch-stamp: configure-stamp # Add here commands to compile the arch part of the package. - $(MAKE) && (cd sflphone-gtk) - $(MAKE) + $(MAKE) + cd sflphone-gtk; $(MAKE) cd libs/pjproject-1.0; $(MAKE) dep; $(MAKE) touch $@ -- GitLab