diff options
author | Roland McGrath <roland@redhat.com> | 1994-04-21 01:21:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-04-21 01:21:39 +0000 |
commit | f5b14eee671fb5ad144d15997ff334bc2046936a (patch) | |
tree | f8bd8e3b048e76174814d7c4c31bdcab466d092c | |
parent | 118439508be398ffa2fe1a98a32d9cc6a43dadfc (diff) | |
download | gunmake-f5b14eee671fb5ad144d15997ff334bc2046936a.tar.gz |
(Wildcard Pitfall): Fixed typo.
-rw-r--r-- | make.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo index 1bb1fbf..fcbd5c7 100644 --- 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 so such file is likely to exist, +oddly-named file @file{*.o}. Since no 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! |