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 | fe037024eeac39e73c6b29ba5827f288e6852ede (patch) | |
tree | cf50350ec33cf3138715dda06bb882d391dd2e0f /unotools | |
parent | 060ae0334eb024f2ca1359528ea15c002ccc3704 (diff) |
Correct typo in dos: line added in last revision
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/prj/d.lst b/unotools/prj/d.lst index 87a8ba097ced..8b29fb9af10e 100644 --- a/unotools/prj/d.lst +++ b/unotools/prj/d.lst @@ -15,4 +15,4 @@ mkdir: %_DEST%\inc%_EXT%\unotools ..\%__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" |