From 07f6466d22ad1f18557c131ebe084862da56cbe7 Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 17 Jul 2003 07:58:45 +0000 Subject: add LDFLAG in bbsmail git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1060 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index 5bd45409..c1a099bb 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 2003/07/14 07:22:10 victor Exp $ +# $Id: Makefile,v 1.34 2003/07/17 07:58:45 in2 Exp $ .include "../pttbbs.mk" @@ -37,7 +37,7 @@ ${fn}: ${fn}.c ${UTIL_OBJS} .endfor bbsmail: bbsmail.c ${CPROG_WITH_UTIL} ../mbbsd/osdep.o - ${CC} ${CFLAGS} -o bbsmail bbsmail.c ${UTIL_OBJS} ../mbbsd/osdep.o + ${CC} ${CFLAGS} -o bbsmail bbsmail.c ${UTIL_OBJS} ../mbbsd/osdep.o ${LDFLAGS} xchatd: xchatd.c $(UTIL_OBJS) descrypt.c $(CC) $(CFLAGS) -o $@ $@.c $(UTIL_OBJS) descrypt.c $(LIBCHAT) -- cgit v1.2.3