aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 775bf1663fa..785932d5855 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -745,6 +745,7 @@ really-lwlib:
745 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \ 745 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
746 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" 746 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
747 @true /* make -t should not create really-lwlib. */ 747 @true /* make -t should not create really-lwlib. */
748.PHONY: really-lwlib
748#else /* not USE_X_TOOLKIT */ 749#else /* not USE_X_TOOLKIT */
749#ifdef HAVE_X_MENU 750#ifdef HAVE_X_MENU
750$(OLDXMENU): really-oldXMenu 751$(OLDXMENU): really-oldXMenu
@@ -767,6 +768,7 @@ really-oldXMenu:
767 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \ 768 "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
768 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" 769 "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
769 @true /* make -t should not create really-oldXMenu. */ 770 @true /* make -t should not create really-oldXMenu. */
771.PHONY: really-oldXMenu
770#endif /* HAVE_X_MENU */ 772#endif /* HAVE_X_MENU */
771#endif /* not USE_X_TOOLKIT */ 773#endif /* not USE_X_TOOLKIT */
772#endif /* HAVE_X11 */ 774#endif /* HAVE_X11 */