diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-17 15:58:45 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-17 15:58:45 +0800 |
commit | 9c5d975e391467b11758bba4715426d980abd6af (patch) | |
tree | 473d5905eecedfa9bce948538acd33cf8c9d6d2a | |
parent | 38803994d0bae4203b5a641c553399d5b1277540 (diff) | |
download | pttbbs-9c5d975e391467b11758bba4715426d980abd6af.tar pttbbs-9c5d975e391467b11758bba4715426d980abd6af.tar.gz pttbbs-9c5d975e391467b11758bba4715426d980abd6af.tar.bz2 pttbbs-9c5d975e391467b11758bba4715426d980abd6af.tar.lz pttbbs-9c5d975e391467b11758bba4715426d980abd6af.tar.xz pttbbs-9c5d975e391467b11758bba4715426d980abd6af.tar.zst pttbbs-9c5d975e391467b11758bba4715426d980abd6af.zip |
add LDFLAG in bbsmail
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@1060 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile index 5bd45409..c1a099bb 100644 --- a/pttbbs/util/Makefile +++ b/pttbbs/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) |