diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-04-24 06:37:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-04-24 06:37:46 +0000 |
commit | 087f64791eafcae891f87998b3055f87d9a11161 (patch) | |
tree | 5b011dd5c68712fac003a2a615a06ca93565391c /python | |
parent | 49817b8e20f5eef9ac75b0a59fe1e7076f9eae6f (diff) |
#i101079# mingw port patch file: PATCH_FILE_NAME->PATCH_FILES
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 2639166ca045..3cda228a3c2c 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -90,7 +90,7 @@ BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; c # WINDOWS # ---------------------------------- .IF "$(COM)"=="GCC" -PATCH_FILE_NAME=Python-$(PYVERSION)-mingw.patch +PATCH_FILES=Python-$(PYVERSION)-mingw.patch BUILD_DIR= MYCWD=$(shell cygpath -m $(shell @pwd))/$(INPATH)/misc/build python_CFLAGS=-mno-cygwin -mthreads |