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 | 3c40b2e75d247a6e1e03e94b784955952f250154 (patch) | |
tree | 39ec23e48f10bee81a55e89aeef78c59f2085791 /jurt/prj | |
parent | 4d411abad98f4a5fb2dac86168eef854518eb02e (diff) |
Correct typo in dos: line added in last revision
Diffstat (limited to 'jurt/prj')
-rw-r--r-- | jurt/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/prj/d.lst b/jurt/prj/d.lst index 61a6f07f7..f6d915a50 100644 --- a/jurt/prj/d.lst +++ b/jurt/prj/d.lst @@ -5,4 +5,4 @@ ..\%__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" |