diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-23 16:39:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-24 12:22:14 +0300 |
commit | 995de2b09e1917b23f61aa673f364b5e7bbe1909 (patch) | |
tree | fbae993b55be9ef3a7eaafabfadd600b76293474 /pyuno | |
parent | aa155d9307bd519a2e615cc8bde29d0d9fb349b6 (diff) |
Reduce chatter
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/zipcore/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyuno/zipcore/makefile.mk b/pyuno/zipcore/makefile.mk index ce0a3a4aa733..166fff4393ae 100644 --- a/pyuno/zipcore/makefile.mk +++ b/pyuno/zipcore/makefile.mk @@ -36,8 +36,10 @@ LIBTARGET=NO UWINAPILIB = .IF "$(SYSTEM_PYTHON)" == "YES" + systempython: - @echo "Not building python-core because system python is being used" +# nothing + .ELSE .INCLUDE : pyversion.mk |