From f2cb821993914694e96f5065aa1d524f1134430a 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@1244 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile index 80a7a1f3..09f6cc32 100644 --- a/pttbbs/util/Makefile +++ b/pttbbs/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