diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 23:49:09 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 23:49:09 +0000 |
commit | 6bb92b02c955425c31bbdba9b759d8e59c72047b (patch) | |
tree | 04fd746219a3577e7fa1171dc918f723734f68e3 /editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk | |
parent | Fix inverted diff (diff) |
The second part was inverted too
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk index 402f77c0e711..22ec11c35540 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk +++ b/editors/openoffice.org-vcltesttool/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -7,8 +7,8 @@ -.IF "$(OS)"=="MACOSX" +.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map --.ELSE -+.ELSE +-.ELSE ++.ELSE SHL1VERSIONMAP=$(ADABAS_TARGET).map .ENDIF |