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