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 | 8e0881ef50a877ca906f7d951698460589febbae (patch) | |
tree | e9452effc0a167be5fe6e658358387ad183d02d6 | |
parent | 7feefec57ac0571c2c68995244b08c172f4eb726 (diff) | |
download | pttbbs-8e0881ef50a877ca906f7d951698460589febbae.tar pttbbs-8e0881ef50a877ca906f7d951698460589febbae.tar.gz pttbbs-8e0881ef50a877ca906f7d951698460589febbae.tar.bz2 pttbbs-8e0881ef50a877ca906f7d951698460589febbae.tar.lz pttbbs-8e0881ef50a877ca906f7d951698460589febbae.tar.xz pttbbs-8e0881ef50a877ca906f7d951698460589febbae.tar.zst pttbbs-8e0881ef50a877ca906f7d951698460589febbae.zip |
fix xchatd rule
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@849 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile index deecbd2b..60dc2871 100644 --- a/pttbbs/util/Makefile +++ b/pttbbs/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) |