diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-04 19:45:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-04 19:45:17 +0000 |
commit | eb20931f181fc6254341e63648d0dc4f3152a550 (patch) | |
tree | 9e71b2124496bf8c1d797b2f7a9cc7e41cb6cbdf /src/Makefile.in | |
parent | f8221d4f538633fd5038b773dc8b32198316c5be (diff) | |
download | emacs-eb20931f181fc6254341e63648d0dc4f3152a550.tar.gz |
(stamp-oldxmenu): Always define this one way or another.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
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." |