diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-07-18 14:45:46 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-07-18 14:45:46 +0000 |
commit | 73ccae41a19f44250e963c4fb1d0b0dd65bd1644 (patch) | |
tree | 8443f24057dc232e6deba21343301fc14386e0ef /python | |
parent | f6ff483c525c87872a390f1230f7b9dcc9db6d31 (diff) |
#100000# fixed handling of patching files with dos lineends for solaris
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 354573a6fc38..43da87e26bdc 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2003-07-16 17:34:17 $ +# last change: $Author: hjs $ $Date: 2003-07-18 15:45:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -220,3 +220,5 @@ $(PYVERSIONFILE) : pyversion.mk $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) -rm -f $@ cat $? > $@ +patch : $(MISC)$/convert_dos_flag + |