diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-10 17:02:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-10 17:02:09 +0000 |
commit | 92690a1bb98cee2efc9d65858104e91cfb89e33f (patch) | |
tree | 185afdc03115b49b8e1aceddaf12e06b45bbb224 /bean/native/unix | |
parent | 6ed07df8e2610427554d5e5270a445c04b174748 (diff) |
#i10000#: no longer link against libsal
Diffstat (limited to 'bean/native/unix')
-rw-r--r-- | bean/native/unix/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk index 464eb4293c5c..0909aaa0b1f5 100644 --- a/bean/native/unix/makefile.mk +++ b/bean/native/unix/makefile.mk @@ -27,7 +27,7 @@ SLOFILES = \ SHL1TARGET=$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1STDLIBS=-ljawt -lsal +SHL1STDLIBS=-ljawt .IF "$(OS)" == "LINUX" .IF "$(CPUNAME)" == "S390" |