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 | 07f6466d22ad1f18557c131ebe084862da56cbe7 (patch) | |
tree | 133d0a45a48516e650ac92b370f4277336169630 /util/Makefile | |
parent | cf5382bafe331ed7c8e24edc9792942aa127bc8f (diff) | |
download | pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.tar pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.tar.gz pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.tar.bz2 pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.tar.lz pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.tar.xz pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.tar.zst pttbbs-07f6466d22ad1f18557c131ebe084862da56cbe7.zip |
add LDFLAG in bbsmail
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1060 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |