public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH] Fix makefile.
@ 2023-05-29  3:06 Tom Isaacson
  2023-05-29  4:46 ` [docs] " Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Isaacson @ 2023-05-29  3:06 UTC (permalink / raw)
  To: docs; +Cc: Tom Isaacson

Signed-off-by: Tom Isaacson <tom.isaacson@teknique.com>
---
 documentation/sdk-manual/working-projects.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst
index 9a0db0099..b49a4cdca 100644
--- a/documentation/sdk-manual/working-projects.rst
+++ b/documentation/sdk-manual/working-projects.rst
@@ -296,8 +296,8 @@ example:
       	${CC} main.o module.o -o target_bin
       main.o: main.c module.h
       	${CC} -I . -c main.c
-      module.o: module.c
-      	module.h ${CC} -I . -c module.c
+      module.o: module.c module.h
+         ${CC} -I . -c module.c
       clean:
       	rm -rf *.o
       	rm target_bin
-- 
2.40.0.windows.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-30  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29  3:06 [PATCH] Fix makefile Tom Isaacson
2023-05-29  4:46 ` [docs] " Alexander Kanavin
2023-05-30  8:42   ` [PATCH v2] sdk-manual: fix Makefile example michael.opdenacker
2023-05-30  8:47   ` [docs] [PATCH] Fix makefile Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox