summaryrefslogtreecommitdiffstats
path: root/trans/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 830c8bc2..17f90bcd 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -29,9 +29,9 @@ CPROG_WITHOUT_UTIL= \
# 下面這些程式會被 install
PROGS= ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL}\
-LDLIBS+=$(SRCROOT)/common/osdep/libosdep.a \
+LDLIBS+=$(SRCROOT)/common/bbs/libcmbbs.a \
$(SRCROOT)/common/sys/libcmsys.a \
- $(SRCROOT)/common/bbs/libcmbbs.a
+ $(SRCROOT)/common/osdep/libosdep.a
all: $(SRCROOT)/include/var.h ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${CPP_WITH_UTIL} ${PROGS}