diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-05 22:36:44 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-05 22:36:44 +0800 |
commit | dda46228c07f8721077adb4c1df845b01190087c (patch) | |
tree | 1e5a326fb308e6407607d87973bc53357ea1a677 | |
parent | 8ae3f8c387cf444eb20a73ebb6ff412213913ddd (diff) | |
download | pttbbs-dda46228c07f8721077adb4c1df845b01190087c.tar pttbbs-dda46228c07f8721077adb4c1df845b01190087c.tar.gz pttbbs-dda46228c07f8721077adb4c1df845b01190087c.tar.bz2 pttbbs-dda46228c07f8721077adb4c1df845b01190087c.tar.lz pttbbs-dda46228c07f8721077adb4c1df845b01190087c.tar.xz pttbbs-dda46228c07f8721077adb4c1df845b01190087c.tar.zst pttbbs-dda46228c07f8721077adb4c1df845b01190087c.zip |
fix shmctl's dependency
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@83 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile index a3dd02ac..443ac6eb 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2002/04/04 13:10:27 in2 Exp $ +# $Id: Makefile,v 1.9 2002/04/05 14:36:44 in2 Exp $ BBSHOME?=$(HOME) OSTYPE?=linux @@ -153,7 +153,7 @@ merge_board : merge_board.c bbsctl: bbsctl.c $(CC) $(CFLAGS) -o $@ $@.c -shmctl: shmctl.c +shmctl: shmctl.c $(OBJS) $(CC) $(CFLAGS) -o $@ $@.c $(OBJS) install: $(PROGS) |