diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-02-07 10:58:56 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-02-07 10:58:56 +0000 |
commit | 544c436e7eac898586b648cf6d7a186941056cff (patch) | |
tree | 644f22e02d83fdeb0dedeeafcde57158dcf7ee34 /neon/makefile.mk | |
parent | 18489a0ae24cfc7e5309b99f94f16354255a60f3 (diff) |
#65293# - Renamed neon patch file.
Diffstat (limited to 'neon/makefile.mk')
-rw-r--r-- | neon/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/neon/makefile.mk b/neon/makefile.mk index 2e52d8b5a279..c2cfc456010f 100644 --- a/neon/makefile.mk +++ b/neon/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: rt $ $Date: 2002-01-23 13:32:41 $ +# last change: $Author: kso $ $Date: 2002-02-07 11:58:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,7 +74,7 @@ TARGET=so_neon NEON_NAME=neon-0.14.0 TARFILE_NAME=$(NEON_NAME) -PATCH_FILE_NAME=$(NEON_NAME).patch +PATCH_FILE_NAME=neon.patch ADDITIONAL_FILES=src$/makefile.mk src$/config.h |