diff options
| author | Glenn Morris | 2010-05-15 15:01:22 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-15 15:01:22 -0700 |
| commit | 3545021dd51a335e12e2e63bf69c59b611e5c615 (patch) | |
| tree | 3fc05b375520db066901f010cc2a99dd3589290a /src | |
| parent | 9fad8b97fd664eb5ec7118f767660c177fb66db1 (diff) | |
| download | emacs-3545021dd51a335e12e2e63bf69c59b611e5c615.tar.gz emacs-3545021dd51a335e12e2e63bf69c59b611e5c615.zip | |
Always define OLDXMENU in src/Makefile.in.
* src/Makefile.in (OLDXMENU): Always define.
* msdos/sed1v2.inp (OLDXMENU): Edit to empty.
* msdos/sed1x.inp (OLDXMENU): Expect empty initial value.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75fc5532904..42dbffccf5d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2010-05-15 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (LIBX_OTHER): Always define. | 3 | * Makefile.in (OLDXMENU, LIBX_OTHER): Always define. |
| 4 | 4 | ||
| 5 | * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ. | 5 | * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ. |
| 6 | (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ. | 6 | (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ. |
diff --git a/src/Makefile.in b/src/Makefile.in index cfb057a4085..50411c1b118 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -294,8 +294,12 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS) | |||
| 294 | #endif | 294 | #endif |
| 295 | $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $< | 295 | $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $< |
| 296 | 296 | ||
| 297 | #ifdef HAVE_X_WINDOWS | 297 | /* If !HAVE_X11 || USE_GTK, empty. |
| 298 | Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a. | ||
| 299 | Else ${oldXMenudir}libXMenu11.a. */ | ||
| 298 | OLDXMENU=@OLDXMENU@ | 300 | OLDXMENU=@OLDXMENU@ |
| 301 | |||
| 302 | #ifdef HAVE_X_WINDOWS | ||
| 299 | LIBXMENU=@LIBXMENU@ | 303 | LIBXMENU=@LIBXMENU@ |
| 300 | LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER) | 304 | LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER) |
| 301 | LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE) | 305 | LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE) |