diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-19 09:33:56 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-19 09:33:56 +0800 |
commit | f51f81cd5d73c514205752d736af5c006f3771e5 (patch) | |
tree | c0e21eefcba41ea4e081c6dc68ffd11bf3164a5b /util | |
parent | 16cbbae762ff2c52b073e618bd2a1a64521b560d (diff) | |
download | pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.tar pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.tar.gz pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.tar.bz2 pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.tar.lz pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.tar.xz pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.tar.zst pttbbs-f51f81cd5d73c514205752d736af5c006f3771e5.zip |
- (internal) export osdep from cmsys, fixing bbsctl linking error
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4196 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile index 801489b1..20477500 100644 --- a/util/Makefile +++ b/util/Makefile @@ -106,8 +106,8 @@ installdiskstat: diskstat chmod 2755 /usr/local/bin/diskstat # for bbsctl. bbsctl should be compiled with bbs and installed with root -bbsctl: bbsctl.c util_osdep.o - $(CCACHE) $(CC) $(CFLAGS) ${LDFLAGS} -o $@ $@.c util_osdep.o +bbsctl: bbsctl.c + $(CCACHE) $(CC) $(CFLAGS) ${LDFLAGS} -o $@ $@.c $(LIBS) installbbsctl: bbsctl rm -f /home/bbs/bin/bbsctl |