]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed unintentionally removed world target in Makefile
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:18:39 +0000 (14:18 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:18:39 +0000 (14:18 +0000)
Makefile

index c16526afebe8cc32571dbb89c1066eede3627111..b9856cb581647cf7ee8b00d94ec36cc2dbdf9f6c 100644 (file)
--- 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