From 6168edfac6562867f6941db0524a11033dc165cb Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 15 May 2003 08:22:44 +0000 Subject: fix xchatd rule git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@849 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util') 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) -- cgit v1.2.3