summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 21:55:16 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 21:55:16 +0800
commit95f00df77f4f5ed64b2c573237223fe734f7ec9e (patch)
tree1bf2bc83d41de9f8ec5a26b031e2ba0a96b653c2 /util
parent94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f (diff)
downloadpttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.tar
pttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.tar.gz
pttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.tar.bz2
pttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.tar.lz
pttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.tar.xz
pttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.tar.zst
pttbbs-95f00df77f4f5ed64b2c573237223fe734f7ec9e.zip
fix makefile
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1244 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/Makefile2
1 files changed, 1 insertions, 1 deletions
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