diff options
author | Fathi Boudra <fabo@debian.org> | 2010-01-20 11:02:39 +0100 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2010-01-20 11:02:39 +0100 |
commit | a56fd5c0ede6a12c60da8f4d2ad22ebebbb75f8e (patch) | |
tree | fdb47f1f8d5438732e9c006deb927b8abddd892f /debian/rules | |
parent | ff12fa31420a5e0795f88d4a3dcde0dff250fce3 (diff) | |
download | qt4-x11-a56fd5c0ede6a12c60da8f4d2ad22ebebbb75f8e.tar.gz |
Remove qm target call, it isn't needed anymore.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 140cf20..f910203 100755 --- a/debian/rules +++ b/debian/rules @@ -122,7 +122,6 @@ override_dh_auto_build: $(MAKE) docs # Build translations $(MAKE) ts -# $(MAKE) qm # Workaround: It's a known qmake limitation. # It can't generate install rules for files that don't exist yet like docs. ./config.status |