diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 05:08:28 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 05:08:28 +0000 |
commit | e6bbfe488360868ce798b45404945e2ef67cff00 (patch) | |
tree | 6ef37f2a9982c6ce13411fbf971150a1033d5e5a /cppu/prj | |
parent | 2d4a37ca6bbaf22f52f258c3e8a1580132995aff (diff) |
Correct typo in dos: line added in last revision
Diffstat (limited to 'cppu/prj')
-rw-r--r-- | cppu/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/prj/d.lst b/cppu/prj/d.lst index 8bb2849f6dc5..da74e3402443 100644 --- a/cppu/prj/d.lst +++ b/cppu/prj/d.lst @@ -48,4 +48,4 @@ mkdir: %_DEST%\inc%_EXT%\uno ..\%__SRC%\misc\*staticdatamembers.hxx %_DEST%\inc%_EXT%\*staticdatamembers.hxx dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" -dos: sh -c "if test dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" +dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" |