From 95f00df77f4f5ed64b2c573237223fe734f7ec9e Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 14 Oct 2003 13:55:16 +0000 Subject: fix makefile git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1244 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile b/util/Makefile index 80a7a1f3..09f6cc32 100644 --- a/util/Makefile +++ b/util/Makefile @@ -86,4 +86,4 @@ installbbsctl: bbsctl chmod 4755 /home/bbs/bin/bbsctl cleanpasswd: cleanpasswd.c ${UTIL_OBJS} - ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanpasswd.c + ${CC} ${CFLAGS} ${LDFLAGS} -o cleanpasswd ${UTIL_OBJS} cleanpasswd.c -- cgit v1.2.3