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:
1184395
)
(Wildcard Pitfall): Fixed typo.
author
Roland McGrath
<roland@redhat.com>
Thu, 21 Apr 1994 01:21:39 +0000
(
01:21
+0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 21 Apr 1994 01:21:39 +0000
(
01:21
+0000)
make.texinfo
patch
|
blob
|
history
diff --git
a/make.texinfo
b/make.texinfo
index 1bb1fbf26463a7e8e90d63e4afcc6418493ec291..fcbd5c703f89b0e12a9b988f75986423bdece8ea 100644
(file)
--- a/
make.texinfo
+++ b/
make.texinfo
@@
-1551,7
+1551,7
@@
necessary.
But what if you delete all the @samp{.o} files? When a wildcard matches
no files, it is left as it is, so then @file{foo} will depend on the
-oddly-named file @file{*.o}. Since
s
o such file is likely to exist,
+oddly-named file @file{*.o}. Since
n
o such file is likely to exist,
@code{make} will give you an error saying it cannot figure out how to
make @file{*.o}. This is not what you want!