projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2461a2
)
Split a shell command line in @example to avoid overfull hbox.
author
Roland McGrath
<roland@redhat.com>
Fri, 8 Jul 1994 18:33:15 +0000
(18:33 +0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 8 Jul 1994 18:33:15 +0000
(18:33 +0000)
make.texinfo
patch
|
blob
|
history
diff --git
a/make.texinfo
b/make.texinfo
index c088e5faa752227c4d29478fe3ef8e01b995cddd..26859dedc3d05476b0531a280a52c774e9e97845 100644
(file)
--- a/
make.texinfo
+++ b/
make.texinfo
@@
-2581,7
+2581,8
@@
called @file{@var{name}.d} from a C source file called @file{@var{name}.c}:
@example
@group
%.d: %.c
- $(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< | sed '\''s/$*.o/& $@@/g'\'' > $@@'
+ $(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< \
+ | sed '\''s/$*.o/& $@@/g'\'' > $@@'
@end group
@end example