diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-05-17 19:07:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-05-17 19:07:42 +0000 |
| commit | 5e91041347d14846655c495732292d8dc3b5e3ab (patch) | |
| tree | 4ccfbb302c17511ce17feb9cc49ecf90888fdd7c | |
| parent | 9f7ba4a5050b56317bdf94f1bc1ca8f59df39518 (diff) | |
| download | gunmake-5e91041347d14846655c495732292d8dc3b5e3ab.tar.gz | |
Explain which commands should use CFLAGS.
| -rw-r--r-- | make-stds.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make-stds.texi b/make-stds.texi index e7c9cf9..3f4b4ca 100644 --- a/make-stds.texi +++ b/make-stds.texi @@ -239,6 +239,9 @@ Put @code{CFLAGS} last in the compilation command, after other variables containing compiler options, so the user can use @code{CFLAGS} to override the others. +@code{CFLAGS} should be used in every invocation of the C compiler, +both those which do compilation and those which do linking. + Every Makefile should define the variable @code{INSTALL}, which is the basic command for installing a file into the system. |
