Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e58d4ff7
Commit
e58d4ff7
authored
May 27, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
parent
ad5a7209
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/ChangeLog
View file @
e58d4ff7
2010-05-28 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
2010-05-27 Chong Yidong <cyd@stupidchicken.com>
* fileio.c (Fdelete_file): Change meaning of optional arg to mean
...
...
src/Makefile.in
View file @
e58d4ff7
...
...
@@ -581,7 +581,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
## Note that SunOS needs -lm to come before -lc; otherwise, you get
## duplicated symbols. If the standard libraries were compiled
## with GCC, we might need LIB_GCC again after them.
LIBES
=
$(LOADLIBES)
$(LIBS)
$(LIBX_BASE)
$(LIBX_OTHER)
$(LIBSOUND)
\
LIBES
=
$(LIBS)
$(LIBX_BASE)
$(LIBX_OTHER)
$(LIBSOUND)
\
$(RSVG_LIBS)
$(DBUS_LIBS)
$(LIBGPM)
$(LIBRESOLV)
$(LIBS_SYSTEM)
\
$(LIBS_TERMCAP)
$(GETLOADAVG_LIBS)
${GCONF_LIBS}
${LIBSELINUX_LIBS}
\
$(FREETYPE_LIBS)
$(FONTCONFIG_LIBS)
$(LIBOTF_LIBS)
$(M17N_FLT_LIBS)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment