diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-31 18:31:59 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-31 18:31:59 +0800 |
commit | 5a658e2e21096920d84a38c71b4209c33ae7c97f (patch) | |
tree | 3837f61e5d50aec62c0e071781b8410574403c47 | |
parent | 06dc816ac07e1e214243d5a2d65cd296a3b8d65d (diff) | |
download | pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.tar pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.tar.gz pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.tar.bz2 pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.tar.lz pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.tar.xz pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.tar.zst pttbbs-5a658e2e21096920d84a38c71b4209c33ae7c97f.zip |
do not install UTIL_OBJS to ~/bin/
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2299 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile index eb148ca9..f7686c76 100644 --- a/util/Makefile +++ b/util/Makefile @@ -34,7 +34,7 @@ CPROG_WITHOUT_UTIL= \ merge_board xchatd bbsmail # 下面這些程式會被 install -PROGS= ${UTIL_OBJS} ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ +PROGS= ${CPROG_WITH_UTIL} ${CPROG_WITHOUT_UTIL} \ BM_money.sh backpasswd.sh mailog.sh opendice.sh \ openticket.sh stock.sh topsong.sh weather.sh \ stock.perl weather.perl toplazyBM.sh toplazyBBM.sh \ |