mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Formerly make-stds.texi.~2~
This commit is contained in:
parent
7c91702697
commit
36a6a9eb7d
1 changed files with 5 additions and 3 deletions
|
@ -423,15 +423,17 @@ variable is normally inserted by the @code{configure} shell script.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
@c I have changed some of the comments here slightly to fix an overfull
|
||||||
|
@c hbox, so the make manual can format correctly. --roland
|
||||||
# Common prefix for installation directories.
|
# Common prefix for installation directories.
|
||||||
# NOTE: This directory must exist when you start the install.
|
# NOTE: This directory must exist when you start the install.
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
exec_prefix = $(prefix)
|
exec_prefix = $(prefix)
|
||||||
# Directory in which to put the executable for the command `gcc'.
|
# Where to put the executable for the command `gcc'.
|
||||||
bindir = $(exec_prefix)/bin
|
bindir = $(exec_prefix)/bin
|
||||||
# Directory in which to put the directories used by the compiler.
|
# Where to put the directories used by the compiler.
|
||||||
libdir = $(exec_prefix)/lib
|
libdir = $(exec_prefix)/lib
|
||||||
# Directory in which to put the Info files.
|
# Where to put the Info files.
|
||||||
infodir = $(prefix)/info
|
infodir = $(prefix)/info
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue