diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-15 17:11:54 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-09-15 17:11:54 +0800 |
commit | e66641d118d32c1cbb202b4e18198b502fe627a5 (patch) | |
tree | 33215cc61f8d8bd7469d432af1c814f90b30ca4d /util/Makefile | |
parent | 034d58797eec19da098234a8c2626987081d9d48 (diff) | |
download | pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.tar pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.tar.gz pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.tar.bz2 pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.tar.lz pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.tar.xz pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.tar.zst pttbbs-e66641d118d32c1cbb202b4e18198b502fe627a5.zip |
Ignore the ones whose PERM_ANGEL have been removed in angel.c.
Using $(MAKE) instead of 'make' in util/Makefile.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2195 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r-- | util/Makefile | 4 |
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: |