diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-12 01:22:29 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-12 01:22:29 +0000 |
commit | 24c09925b3a8077e108019bc1160f4a685c2d7cc (patch) | |
tree | 4e827c212706001e8a0470d29a1abef02b74a9a2 /editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk | |
parent | Fix dependencies. (diff) |
Upgrade the development snapshot to the latest build: 642
Notes
Notes:
svn path=/head/; revision=55914
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk index 3b98552a36c6..0157a34167b5 100644 --- a/editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk +++ b/editors/openoffice.org-2.0/files/patch-cppu::util::makefile.mk @@ -1,12 +1,12 @@ ---- ../cppu/util/makefile.mk.orig Sat Mar 2 21:05:22 2002 -+++ ../cppu/util/makefile.mk Sat Mar 2 21:05:43 2002 -@@ -87,7 +87,9 @@ - SHL1IMPLIB= i$(TARGET) - SHL1DEF= $(MISC)$/$(SHL1TARGET).def +--- ../cppu/util/makefile.mk.orig Fri Nov 9 10:14:31 2001 ++++ ../cppu/util/makefile.mk Mon Mar 11 13:35:07 2002 +@@ -89,7 +89,9 @@ + SHL1IMPLIB=i$(TARGET) + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map + SHL1VERSIONMAP=$(TARGET).map +.ENDIF - DEF1NAME= $(SHL1TARGET) - #DEF1EXPORTFILE= exports.dxp + DEF1NAME=$(SHL1TARGET) + |