diff options
author | Fathi Boudra <fabo@debian.org> | 2009-10-08 17:26:51 +0200 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2009-10-08 17:26:51 +0200 |
commit | a8c6f0f7ba2f0336f877198990678219afa6b4bd (patch) | |
tree | b3b4a924d2d050517765ffbf9d72b6a7529299ba | |
parent | fe59b2841a7ea3ddcabbab7a0cebaef39715c0ca (diff) | |
download | qt4-x11-a8c6f0f7ba2f0336f877198990678219afa6b4bd.tar.gz |
Drop sub-src and sub-tools make target as in Qt 4.5.3-2.
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 0b3b3f8..6c3ff68 100755 --- a/debian/rules +++ b/debian/rules @@ -108,9 +108,7 @@ endif $(extra_configure_opts) override_dh_auto_build: - $(MAKE) sub-src - # Build tools - $(MAKE) sub-tools + $(MAKE) # Build documentations $(MAKE) docs # Build translations |