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 | |
| 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.
| -rw-r--r-- | msdos/ChangeLog | 3 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 1 | ||||
| -rw-r--r-- | msdos/sed1x.inp | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 6 |
5 files changed, 11 insertions, 3 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index ecc615b96b3..85c9f594311 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-15 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * sed1v2.inp (OLDXMENU): Edit to empty. | ||
| 4 | * sed1x.inp (OLDXMENU): Expect empty initial value. | ||
| 5 | |||
| 3 | * sed1v2.inp (LIBX_OTHER): Edit to empty. | 6 | * sed1v2.inp (LIBX_OTHER): Edit to empty. |
| 4 | * sed1x.inp (LIBX_OTHER): Expect empty initial value. | 7 | * sed1x.inp (LIBX_OTHER): Expect empty initial value. |
| 5 | 8 | ||
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 899af98ef67..836df145fa5 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -112,6 +112,7 @@ s/\.h\.in/.h-in/ | |||
| 112 | /^WINDOW_SUPPORT *=/s/@WINDOW_SUPPORT@// | 112 | /^WINDOW_SUPPORT *=/s/@WINDOW_SUPPORT@// |
| 113 | /^LIBGPM *=/s/@LIBGPM@// | 113 | /^LIBGPM *=/s/@LIBGPM@// |
| 114 | /^EXEEXT *=/s/@EXEEXT@/.exe/ | 114 | /^EXEEXT *=/s/@EXEEXT@/.exe/ |
| 115 | /^OLDXMENU *=/s/@OLDXMENU@// | ||
| 115 | /^LIBX_OTHER *=/s/@LIBX_OTHER@// | 116 | /^LIBX_OTHER *=/s/@LIBX_OTHER@// |
| 116 | /^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/ | 117 | /^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/ |
| 117 | /^POST_ALLOC_OBJ *=/s/@POST_ALLOC_OBJ@/$(vmlimitobj)/ | 118 | /^POST_ALLOC_OBJ *=/s/@POST_ALLOC_OBJ@/$(vmlimitobj)/ |
diff --git a/msdos/sed1x.inp b/msdos/sed1x.inp index 1eca4e819cb..ecb8828cc23 100644 --- a/msdos/sed1x.inp +++ b/msdos/sed1x.inp | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.! | 4 | s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.! |
| 5 | s!^ @true *$! @rem! | 5 | s!^ @true *$! @rem! |
| 6 | s/DOC/DOC-X/g | 6 | s/DOC/DOC-X/g |
| 7 | /^OLDXMENU *=/s!@OLDXMENU@!${oldXMenudir}libXMenu11.a! | 7 | /^OLDXMENU *=/s!= *!= ${oldXMenudir}libXMenu11.a! |
| 8 | /^LIBXMENU *=/s!@LIBXMENU@!${OLDXMENU}! | 8 | /^LIBXMENU *=/s!@LIBXMENU@!${OLDXMENU}! |
| 9 | /^LIBX_OTHER *=/s!= *!= ${LIBXT} ${LIBX_EXTRA}! | 9 | /^LIBX_OTHER *=/s!= *!= ${LIBXT} ${LIBX_EXTRA}! |
| 10 | /^OLDXMENU_TARGET *=/s!= *!= really-oldxmenu! | 10 | /^OLDXMENU_TARGET *=/s!= *!= really-oldxmenu! |
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) |