aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-15 18:32:49 +0000
committerRichard M. Stallman1995-04-15 18:32:49 +0000
commitb1e9ff6953f199d2d72986505fdb265e66736825 (patch)
tree9b247e0ec487ce7a52473737bbe49dbc8eb10939 /src
parent70368c8c635880bbd0e0656d20e12c7d1b3647c0 (diff)
downloademacs-b1e9ff6953f199d2d72986505fdb265e66736825.tar.gz
emacs-b1e9ff6953f199d2d72986505fdb265e66736825.zip
(really-lwlib, really-oldXMenu): Mark as .PHONY.
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 */