diff options
| author | Glenn Morris | 2010-05-06 00:29:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-06 00:29:09 -0700 |
| commit | e49dca3dd47ecfbf821196272fc2b5906a92c2d6 (patch) | |
| tree | df1e28946464ee75321c8a9e5f36331707dcb0e7 /oldXMenu/ChangeLog | |
| parent | e3cf0cded8bed77323873044d2ad2db8d92f3621 (diff) | |
| download | emacs-e49dca3dd47ecfbf821196272fc2b5906a92c2d6.tar.gz emacs-e49dca3dd47ecfbf821196272fc2b5906a92c2d6.zip | |
Let configure handle ranlib.
* oldXMenu/Makefile.in (RANLIB): Let configure set it.
(libXMenu11.a): configure sets RANLIB = : on systems without it.
Diffstat (limited to 'oldXMenu/ChangeLog')
| -rw-r--r-- | oldXMenu/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 365ff1f98a9..b17a3b2eda9 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-06 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-06 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (RANLIB): Let configure set it. | ||
| 4 | (libXMenu11.a): configure sets RANLIB = : on systems without it. | ||
| 5 | |||
| 3 | * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE) | 6 | * Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE) |
| 4 | (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables. | 7 | (STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables. |
| 5 | 8 | ||