From: Tom Isaacson <tom.isaacson@teknique.com>
To: docs@lists.yoctoproject.org
Cc: Tom Isaacson <tom.isaacson@teknique.com>
Subject: [PATCH] Fix makefile.
Date: Mon, 29 May 2023 15:06:12 +1200 [thread overview]
Message-ID: <20230529030612.663-1-tom.isaacson@teknique.com> (raw)
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
next reply other threads:[~2023-05-29 3:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-29 3:06 Tom Isaacson [this message]
2023-05-29 4:46 ` [docs] [PATCH] Fix makefile 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230529030612.663-1-tom.isaacson@teknique.com \
--to=tom.isaacson@teknique.com \
--cc=docs@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox