From 94881e6d4ac45d4c8cdce87c49c7dd9d64aa6344 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 7 Jun 2010 15:51:50 +0000 Subject: [PATCH] make includes fix from trunk --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0