aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1994-03-18 06:46:54 +0000
committerRoland McGrath1994-03-18 06:46:54 +0000
commitf32b54d420f23e5da7b9b89f06daff69d7b31511 (patch)
tree6d68e77405ced8e3f6bc6cb879770858a127db1b /src
parent45d3c8669e6093c0774c1b872898a33f6f69046c (diff)
downloademacs-f32b54d420f23e5da7b9b89f06daff69d7b31511.tar.gz
emacs-f32b54d420f23e5da7b9b89f06daff69d7b31511.zip
(X_WINDOWS_SUPPORT): Don't include term/x-win.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 67b13088718..e08bfd97619 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -487,7 +487,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
487#endif 487#endif
488 488
489#ifdef HAVE_X_WINDOWS 489#ifdef HAVE_X_WINDOWS
490#define X_WINDOWS_SUPPORT ${lispdir}term/x-win.elc 490#define X_WINDOWS_SUPPORT
491#else 491#else
492#define X_WINDOWS_SUPPORT 492#define X_WINDOWS_SUPPORT
493#endif 493#endif