mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
Split a shell command line in @example to avoid overfull hbox.
This commit is contained in:
parent
d2461a2409
commit
51250a676d
1 changed files with 2 additions and 1 deletions
|
@ -2581,7 +2581,8 @@ called @file{@var{name}.d} from a C source file called @file{@var{name}.c}:
|
||||||
@example
|
@example
|
||||||
@group
|
@group
|
||||||
%.d: %.c
|
%.d: %.c
|
||||||
$(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< | sed '\''s/$*.o/& $@@/g'\'' > $@@'
|
$(SHELL) -ec '$(CC) -M $(CPPFLAGS) $< \
|
||||||
|
| sed '\''s/$*.o/& $@@/g'\'' > $@@'
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue