aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2010-05-15 17:30:14 -0700
committerGlenn Morris2010-05-15 17:30:14 -0700
commit9beab9ced31b55d5f7fbed0c3651d10c64ae8af2 (patch)
treede60fa61c5e15d836d09ab7f6614780bf73ef315 /src
parent8a95f0e78ca60d58d41aa3224b6912393a98ca1f (diff)
downloademacs-9beab9ced31b55d5f7fbed0c3651d10c64ae8af2.tar.gz
emacs-9beab9ced31b55d5f7fbed0c3651d10c64ae8af2.zip
* src/Makefile.in (LIBX_BASE): Always define.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in9
2 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3ead531896c..6847afcb9d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-05-16 Glenn Morris <rgm@gnu.org> 12010-05-16 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (LIBX_BASE): Always define.
4
3 * Makefile.in (LIBX_OTHER): Move out of cpp section. 5 * Makefile.in (LIBX_OTHER): Move out of cpp section.
4 6
5 * Makefile.in (LIBXT): Always define. 7 * Makefile.in (LIBXT): Always define.
diff --git a/src/Makefile.in b/src/Makefile.in
index 61e2fbb671c..a55fd6ed058 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -193,6 +193,12 @@ LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)
193## If HAVE_X11, $(LIBXT) $(LIBX_EXTRA), else empty. 193## If HAVE_X11, $(LIBXT) $(LIBX_EXTRA), else empty.
194LIBX_OTHER=@LIBX_OTHER@ 194LIBX_OTHER=@LIBX_OTHER@
195 195
196## LIBXMENU is nil if !HAVE_X_WINDOWS.
197## LD_SWITCH_X_SITE should not be used if not using X, but nothing
198## sets it at present, and if something ever does, it should be
199## configure, which should set it to nil in non-X builds.
200LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE)
201
196LIBSOUND= @LIBSOUND@ 202LIBSOUND= @LIBSOUND@
197CFLAGS_SOUND= @CFLAGS_SOUND@ 203CFLAGS_SOUND= @CFLAGS_SOUND@
198 204
@@ -310,9 +316,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS)
310#endif 316#endif
311 $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $< 317 $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $<
312 318
313#ifdef HAVE_X_WINDOWS
314LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE)
315#endif /* HAVE_X_WINDOWS */
316 319
317/* A macro which other sections of Makefile can redefine to munge the 320/* A macro which other sections of Makefile can redefine to munge the
318 flags before they are passed to LD. This is helpful if you have 321 flags before they are passed to LD. This is helpful if you have