diff options
| author | Roland McGrath | 1994-03-18 06:46:54 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-03-18 06:46:54 +0000 |
| commit | f32b54d420f23e5da7b9b89f06daff69d7b31511 (patch) | |
| tree | 6d68e77405ced8e3f6bc6cb879770858a127db1b /src | |
| parent | 45d3c8669e6093c0774c1b872898a33f6f69046c (diff) | |
| download | emacs-f32b54d420f23e5da7b9b89f06daff69d7b31511.tar.gz emacs-f32b54d420f23e5da7b9b89f06daff69d7b31511.zip | |
(X_WINDOWS_SUPPORT): Don't include term/x-win.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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 |