summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/util/Makefile b/util/Makefile
index 6b847752..7d1073d7 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -3,13 +3,12 @@
.include "../pttbbs.mk"
UTIL_OBJS= \
- util_cache.o util_record.o util_passwd.o util_var.o util_stuff.o\
- util_osdep.o util_args.o
+ util_cache.o util_record.o util_passwd.o util_var.o \
+ util_stuff.o util_osdep.o util_args.o
-# 用來從 ../mbbsd/xxx.c 產生 util_xxx.o
MBBSD_OBJS= \
- var stuff cache osdep \
- args passwd
+ cache record passwd var \
+ stuff osdep args
# 下面這些程式, 會被 compile 並且和 $(UTIL_OBJS) 聯結
CPROG_WITH_UTIL= \