diff options
author | Release Engineers <releng@openoffice.org> | 2009-03-09 12:59:37 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-03-09 12:59:37 +0000 |
commit | 41e084e168254034f95926f66d8581fb76952a08 (patch) | |
tree | 2421b2286b71c152f68c101e4af2b722d5aa001b /hunspell | |
parent | d906fcfe1bf091c98cfe939eb392919fdf28792c (diff) |
#i10000# PATCH_FILE_NAME -> PATCH_FILES
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index dc0ed8e59308..bb11a95f3cce 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -45,7 +45,7 @@ TARFILE_ROOTDIR=hunspell-1.2.8 #ADDITIONAL_FILES += src/hunspell/makefile.mk -PATCH_FILE_NAME=hunspell-1.2.8.patch +PATCH_FILES=hunspell-1.2.8.patch .IF "$(GUI)"=="UNX" #CONFIGURE_DIR=$(BUILD_DIR) |