From: Ben Gras Date: Mon, 7 Jun 2010 15:51:50 +0000 (+0000) Subject: make includes fix from trunk X-Git-Tag: v3.1.7~3 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=94881e6d4ac45d4c8cdce87c49c7dd9d64aa6344;p=minix.git make includes fix from trunk --- diff --git a/tools/Makefile b/tools/Makefile index d2957b77c..5669102c0 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -51,7 +51,7 @@ image: includes # rebuild the program or system libraries includes: - cd ../include && $(MAKE) install + cd .. && $(MAKE) includes depend: includes cd ../ && $(MAKE) depend