summaryrefslogtreecommitdiff
path: root/bean/native/unix/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bean/native/unix/makefile.mk')
-rw-r--r--bean/native/unix/makefile.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk
index aaf9941ae67f..c3d47ff07e27 100644
--- a/bean/native/unix/makefile.mk
+++ b/bean/native/unix/makefile.mk
@@ -27,10 +27,9 @@ SLOFILES = \
SHL1TARGET=$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
+SHL1STDLIBS=$(AWTLIB)
.IF "$(JDK)" == "gcj"
-SHL1STDLIBS=-lgcjawt -lgcj
-.ELSE
-SHL1STDLIBS=-ljawt
+SHL1STDLIBS+=-lgcj
.ENDIF
.IF "$(OS)" == "LINUX"