From: Richard M. Stallman Date: Wed, 4 Jun 1997 19:45:17 +0000 (+0000) Subject: (stamp-oldxmenu): Always define this one way or another. X-Git-Tag: emacs-20.1~1805 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e7c142c7fbcba351f896270006b02f6a4f46f8a;p=emacs.git (stamp-oldxmenu): Always define this one way or another. --- diff --git a/src/Makefile.in b/src/Makefile.in index 9dc8beb9780..9d37529db41 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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."