From: Alexandr Popov Date: Tue, 24 Feb 2009 18:52:08 +0000 (+0300) Subject: cleaning debian/rules from odds of configure-clean target X-Git-Tag: releases/0.1.0~30 X-Git-Url: https://vcs.maemo.org/git/?p=findit;a=commitdiff_plain;h=db586ed7bbd9c4a4485978cb356170fd9d65071a cleaning debian/rules from odds of configure-clean target --- diff --git a/debian/rules b/debian/rules index aedf80a..9ef9da7 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir # Add here commands to compile the package. @@ -17,7 +17,7 @@ build-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp + rm -f build-stamp rm -rf $(CURDIR)/ru # Add here commands to clean up after the build process. @@ -51,4 +51,4 @@ binary-indep: build install binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install \ No newline at end of file