From 266fb127f32be5d56db82aef6dcdee3aea3be267 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sun, 10 Feb 2008 23:01:41 +0100 Subject: [PATCH] Fix debian/rules in places where the move to BUILD/ dir was not complete. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5f99f9d..a86f2f2 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ BUILD/CMakeCache.txt: build: build-arch build-indep build-arch: build-stamp -build-stamp: CMakeCache.txt +build-stamp: BUILD/CMakeCache.txt $(MAKE) touch $@ -- 2.11.4.GIT