diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-11-09 21:06:31 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-11-09 21:06:31 +0000 |
commit | cba9744b835de8c56e6ce1b43ed265770d221593 (patch) | |
tree | 24270ab1f9ab9d9166805b5222c65bf6d43fbe75 /l10ntools/scripts | |
parent | ca2ad6c8a514d839d7c57eb94649d7123eacf966 (diff) |
i118582: OS/2 port - l10ntools build patch by Yuri Dario.
Diffstat (limited to 'l10ntools/scripts')
-rw-r--r-- | l10ntools/scripts/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/scripts/makefile.mk b/l10ntools/scripts/makefile.mk index 8bfa64e3fbad..69ae309011cf 100644 --- a/l10ntools/scripts/makefile.mk +++ b/l10ntools/scripts/makefile.mk @@ -51,7 +51,11 @@ PYFILES = $(BIN)$/const.py \ .IGNORE : create_pyc ALLTAR : create_pyc create_pyc : $(PYFILES) +.IF "$(GUI)"=="OS2" + @$(PYTHON) $(BIN)/xtxex.py > /dev/null +.ELSE @$(PYTHON) $(BIN)/xtxex.py >& /dev/null +.ENDIF $(BIN)$/%.py : tool/%.py @$(COPY) $< $@ |