mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Document ranlib
Copied from Perforce Change: 21884 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
d7626c1791
commit
e2b9cce9ba
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# impl.gmk.comm: COMMON GNUMAKEFILE FRAGMENT
|
||||
#
|
||||
# $HopeName: MMsrc!comm.gmk(trunk.69) $
|
||||
# $HopeName: MMsrc!comm.gmk(trunk.70) $
|
||||
# Copyright (C) 2000 Harlequin Limited. All rights reserved.
|
||||
#
|
||||
# DESCRIPTION
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
# CC the command for the C compiler
|
||||
# LINKFLAGS a list of flags passed to the linker
|
||||
# ARFLAGSPFM platform-specific flags for ar
|
||||
# RANLIB the command to index a library (default: none needed)
|
||||
# gendep optionally defined to be a command sequence for
|
||||
# generating the dependency file (.d) from a C file (.c);
|
||||
# it is used in a rule of the form:
|
||||
|
|
|
|||
Loading…
Reference in a new issue