summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-06 10:11:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-06 10:11:32 +0100
commit811345dcb29208617b6bd226677d2f3145c692b8 (patch)
treead79492f959e6fdf72859d7b349d57869bbea231 /filter
parentab33fc3c5c217779f93d4fa40d9c1936e2309ba3 (diff)
pyuno is the module that installs python apparently
Diffstat (limited to 'filter')
-rw-r--r--filter/prj/build.lst2
-rw-r--r--filter/source/svg/makefile.mk1
2 files changed, 1 insertions, 2 deletions
diff --git a/filter/prj/build.lst b/filter/prj/build.lst
index 9d2601d352ea..6c2d87165697 100644
--- a/filter/prj/build.lst
+++ b/filter/prj/build.lst
@@ -1,4 +1,4 @@
-fl filter : TRANSLATIONS:translations svtools unotools xmloff cppu tools cppuhelper sal svx javaunohelper XPDF:xpdf jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx package PYTHON:python NULL
+fl filter : TRANSLATIONS:translations svtools unotools xmloff cppu tools cppuhelper sal svx javaunohelper XPDF:xpdf jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx package pyuno NULL
fl filter usr1 - all fl_mkout NULL
fl filter\prj get - all fl_prj NULL
fl filter\inc nmake - all fl_inc NULL
diff --git a/filter/source/svg/makefile.mk b/filter/source/svg/makefile.mk
index ccec05179186..8b4221d5664d 100644
--- a/filter/source/svg/makefile.mk
+++ b/filter/source/svg/makefile.mk
@@ -107,7 +107,6 @@ PYTHONHOME:=$(SOLARLIBDIR)$/python
.EXPORT: PYTHONPATH
.ELSE # "$(SYSTEM_PYTHON)"!="YES"
PYTHON=$(WRAPCMD) python
-ARSE
.ENDIF # "$(SYSTEM_PYTHON)"!="YES"
# --- Targets ----------------------------------