diff options
| author | Richard M. Stallman | 1997-06-04 19:45:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-04 19:45:17 +0000 |
| commit | 4e7c142c7fbcba351f896270006b02f6a4f46f8a (patch) | |
| tree | 57e645e0316d1ec44fc02048a0f8fd2403f4a6aa /src | |
| parent | c84cf2bf126ed1bf65b92c776e09e652ebd94b38 (diff) | |
| download | emacs-4e7c142c7fbcba351f896270006b02f6a4f46f8a.tar.gz emacs-4e7c142c7fbcba351f896270006b02f6a4f46f8a.zip | |
(stamp-oldxmenu): Always define this one way or another.
Diffstat (limited to 'src')
| -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: | |||
| 913 | @true /* make -t should not create really-oldXMenu. */ | 913 | @true /* make -t should not create really-oldXMenu. */ |
| 914 | .PHONY: really-oldXMenu | 914 | .PHONY: really-oldXMenu |
| 915 | #endif /* not USE_X_TOOLKIT */ | 915 | #endif /* not USE_X_TOOLKIT */ |
| 916 | #endif /* HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS */ | 916 | #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */ |
| 917 | |||
| 918 | /* We don't really need this, but satisfy the dependency. */ | ||
| 919 | stamp-oldxmenu: | ||
| 920 | touch stamp-oldxmenu | ||
| 921 | #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */ | ||
| 917 | 922 | ||
| 918 | ../config.status:: paths.in | 923 | ../config.status:: paths.in |
| 919 | @echo "The file paths.h needs to be set up from paths.in." | 924 | @echo "The file paths.h needs to be set up from paths.in." |