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 | de902f005a6b2a1643c1f5a6e101c063e260ca27 (patch) | |
tree | 399e2c048bb80a6ff41422e14718044823f61a42 /extras/prj | |
parent | 4fff4fb484579723154f0fe69830d80fac669951 (diff) |
Correct typo in dos: line added in last revision
Diffstat (limited to 'extras/prj')
-rw-r--r-- | extras/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/prj/d.lst b/extras/prj/d.lst index 41c8968876da..740af8a6d5a2 100644 --- a/extras/prj/d.lst +++ b/extras/prj/d.lst @@ -14,4 +14,4 @@ mkdir: %_DEST%\pck%_EXT% ..\%__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" |