Mercurial > emacs
diff src/Makefile.in @ 18141:2628fada589e
(stamp-oldxmenu): Always define this one way or another.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 04 Jun 1997 19:45:17 +0000 |
| parents | fff99dc53d81 |
| children | be79ecce0e02 |
line wrap: on
line diff
--- a/src/Makefile.in Wed Jun 04 19:06:35 1997 +0000 +++ b/src/Makefile.in Wed Jun 04 19:45:17 1997 +0000 @@ -913,7 +913,12 @@ @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."
