From 94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 14 Oct 2003 13:47:51 +0000 Subject: wrong filename git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1243 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/Makefile') diff --git a/util/Makefile b/util/Makefile index a3931ca6..80a7a1f3 100644 --- a/util/Makefile +++ b/util/Makefile @@ -85,5 +85,5 @@ installbbsctl: bbsctl chown root /home/bbs/bin/bbsctl chmod 4755 /home/bbs/bin/bbsctl -cleanshm: cleanshm.c ${UTIL_OBJS} - ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanshm.c +cleanpasswd: cleanpasswd.c ${UTIL_OBJS} + ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanpasswd.c -- cgit v1.2.3