]> git.eshelyaron.com Git - emacs.git/commitdiff
(stamp-oldxmenu): Always define this one way or another.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Jun 1997 19:45:17 +0000 (19:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Jun 1997 19:45:17 +0000 (19:45 +0000)
src/Makefile.in

index 9dc8beb9780f488ad593ec4170e2b11f519e3ec2..9d37529db41b046cb842b8b98d7ed2983eab202c 100644 (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."