diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-15 16:22:44 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-15 16:22:44 +0800 |
commit | 6168edfac6562867f6941db0524a11033dc165cb (patch) | |
tree | f7a5519935a5b84f7d441d7eca435b5fbc34ec4f | |
parent | 045a8f57c5729d9df26a0b7cfc9f07b49bfe10bc (diff) | |
download | pttbbs-6168edfac6562867f6941db0524a11033dc165cb.tar pttbbs-6168edfac6562867f6941db0524a11033dc165cb.tar.gz pttbbs-6168edfac6562867f6941db0524a11033dc165cb.tar.bz2 pttbbs-6168edfac6562867f6941db0524a11033dc165cb.tar.lz pttbbs-6168edfac6562867f6941db0524a11033dc165cb.tar.xz pttbbs-6168edfac6562867f6941db0524a11033dc165cb.tar.zst pttbbs-6168edfac6562867f6941db0524a11033dc165cb.zip |
fix xchatd rule
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@849 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile b/util/Makefile index deecbd2b..60dc2871 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 2003/05/15 08:20:05 in2 Exp $ +# $Id: Makefile,v 1.30 2003/05/15 08:22:44 in2 Exp $ .include "../pttbbs.mk" @@ -33,8 +33,8 @@ ${fn}: ${fn}.c ${UTIL_OBJS} ${CC} ${CFLAGS} -o ${fn} ${fn}.c ${UTIL_OBJS} .endfor -xchatd: xchatd.c $(OBJS) descrypt.c - $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) descrypt.c $(LIBCHAT) +xchatd: xchatd.c $(UTIL_OBJS) descrypt.c + $(CC) $(CFLAGS) -o $@ $@.c $(UTIL_OBJS) descrypt.c $(LIBCHAT) outmail: outmail.c $(CC) $(CFLAGS) -o $@ $@.c $(LIBMAIL) |