From 476c8e654a822761433b85815b02f7245fc25bbf Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 25 Dec 2007 19:03:05 +0000 Subject: [PATCH] Unification with mysqltcl rules files --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 1045a76..b059de0 100755 --- a/debian/rules +++ b/debian/rules @@ -51,8 +51,8 @@ clean: cleaner unpatch cleaner: dh_testdir dh_testroot - [ ! -f Makefile ] || $(MAKE) distclean rm -f build-stamp configure-stamp + [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build @@ -60,8 +60,8 @@ install: build dh_testroot dh_clean -k dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tclcurl - dh_movefiles # Build architecture-independent files here. binary-indep: build install @@ -87,4 +87,4 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: binary binary-arch binary-indep build clean configure install +.PHONY: build clean binary-arch binary-indep binary install configure -- 2.39.2