diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-08 15:48:17 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-08 15:48:17 +0200 |
commit | efc85fd4b72588f336295cc8622e3ff53ab4f60f (patch) | |
tree | 61c9685d9ad4912685cf9c415a3a4c2e52d1f70f /debian/rules | |
parent | 910573ebef7a2309d83c13bc71d5de2cf6dc87fd (diff) | |
download | qt4-x11-efc85fd4b72588f336295cc8622e3ff53ab4f60f.tar.gz |
Update debian/rules: cleanup make target usage by removing sub-src anddebian/4.5.3-2
sub-tools call. Fix a FTBFS on buildds caused by make target ordering.
(Closes: #550127)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 94b858d..b03c88b 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,6 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/utils.mk DEB_MAKE_INVOKE := $(MAKE) -DEB_MAKE_BUILD_TARGET := sub-src DEB_MAKE_INSTALL_TARGET := INSTALL_ROOT=$(DEB_DESTDIR) install DEB_DH_INSTALL_SOURCEDIR := debian/tmp @@ -68,7 +67,6 @@ endif common-build-arch:: debian/stamp-makefile-build-tools debian/stamp-makefile-build-tools: debian/stamp-makefile-build - $(MAKE) sub-tools # Build documentations $(MAKE) docs # Build translations |