summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile
index e4e88871..70c3387f 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -44,7 +44,7 @@ PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \
all: ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} ${PROGS}
../include/var.h: ../mbbsd/var.c
- cd ../mbbsd; make ../include/var.h
+ cd ../mbbsd; $(MAKE) ../include/var.h
.for fn in ${CPROG_WITH_UTIL}
${fn}: ${BBSBASE} ${fn}.c ${UTIL_OBJS}
@@ -68,7 +68,7 @@ install: $(PROGS)
install -c -m 755 $(PROGS) $(BBSHOME)/bin/
chmod 4755 $(BBSHOME)/bin/post
.if defined(WITHFILTERMAIL)
- make installfiltermail
+ $(MAKE) installfiltermail
.endif
clean: