From b5e2d75fcf9f4e8a346a01b090d63c70ee9de8c3 Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 10 Jun 2009 13:58:21 +0000 Subject: * fix parallel make fail: innbbsd depends on util git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4545 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3