summaryrefslogtreecommitdiffstats
path: root/innbbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/Makefile')
-rw-r--r--innbbsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/innbbsd/Makefile b/innbbsd/Makefile
index 2f61729d..2f3caafa 100644
--- a/innbbsd/Makefile
+++ b/innbbsd/Makefile
@@ -39,9 +39,9 @@ ${UTIL_DIR}/${fn}: # FIXME: dependency
cd ${UTIL_DIR}; make ${fn}
.endfor
-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
echobbslib.o: echobbslib.c
${CC} ${CFLAGS} -DWITH_ECHOMAIL -c echobbslib.c