From: Tomas Hruby Date: Wed, 15 Sep 2010 14:18:39 +0000 (+0000) Subject: Fixed unintentionally removed world target in Makefile X-Git-Tag: v3.2.0~837 X-Git-Url: http://zhaoyanbai.com/repos//%22http:/%22%29?a=commitdiff_plain;h=159ca9c8c7fd21c26fa19c39d40ebbe799190116;p=minix.git Fixed unintentionally removed world target in Makefile --- diff --git a/Makefile b/Makefile index c16526afe..b9856cb58 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,12 @@ usage: # 'make install' target. # # etcfiles has to be done first. +.if ${COMPILER_TYPE} == "ack" +world: mkfiles includes depend libraries install etcforce +.elif ${COMPILER_TYPE} == "gnu" +world: mkfiles includes depend gnu-libraries install etcforce +.endif + mkfiles: make -C share/mk install