mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(stamp-oldxmenu): Always define this one way or another.
This commit is contained in:
parent
c84cf2bf12
commit
4e7c142c7f
1 changed files with 6 additions and 1 deletions
|
|
@ -913,7 +913,12 @@ really-oldXMenu:
|
|||
@true /* make -t should not create really-oldXMenu. */
|
||||
.PHONY: really-oldXMenu
|
||||
#endif /* not USE_X_TOOLKIT */
|
||||
#endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */
|
||||
#else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
|
||||
|
||||
/* We don't really need this, but satisfy the dependency. */
|
||||
stamp-oldxmenu:
|
||||
touch stamp-oldxmenu
|
||||
#endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
|
||||
|
||||
../config.status:: paths.in
|
||||
@echo "The file paths.h needs to be set up from paths.in."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue