summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-10 21:58:21 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-10 21:58:21 +0800
commitb5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3 (patch)
treebbd71d794b015538b88e0b2a0288ededa37564f8
parentec7435865384f46d60b3a098289436467458b741 (diff)
downloadpttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.tar
pttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.tar.gz
pttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.tar.bz2
pttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.tar.lz
pttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.tar.xz
pttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.tar.zst
pttbbs-b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3.zip
* fix parallel make fail: innbbsd depends on util
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4545 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59e33745..49468634 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,6 @@ SUBDIR= common mbbsd util innbbsd trans
.ORDER: all-common all-util
.ORDER: all-common all-innbbsd
.ORDER: all-common all-trans
+
+# XXX innbbsd depends on util
+.ORDER: all-util all-innbbsd