mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(stamp-oldxmenu): New target.
(temacs): Depend on stamp-oldxmenu, not on ${OLDXMENU}.
This commit is contained in:
parent
e7017ef969
commit
084f76ff7f
1 changed files with 8 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ ${libsrc}make-docfile:
|
|||
#define MAKE_PARALLEL
|
||||
#endif
|
||||
|
||||
temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args
|
||||
temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args
|
||||
$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \
|
||||
-o temacs ${STARTFILES} ${obj} ${otherobj} \
|
||||
OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}
|
||||
|
|
@ -807,6 +807,13 @@ shortnames:
|
|||
|
||||
#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS)
|
||||
|
||||
/* We use stamp-xmenu with these two deps
|
||||
to both ensure that lwlib gets remade based on its dependencies
|
||||
in its own makefile,
|
||||
and remake temacs if lwlib gets changed by this. */
|
||||
stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU)
|
||||
touch stamp-oldxmenu
|
||||
|
||||
#ifdef USE_X_TOOLKIT
|
||||
$(OLDXMENU): really-lwlib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue