1
Fork 0
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:
Richard M. Stallman 1997-06-04 19:45:17 +00:00
parent c84cf2bf12
commit 4e7c142c7f

View file

@ -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."