diff src/Makefile.in @ 11460:bf76e6e6a48c

(really-lwlib, really-oldXMenu): Mark as .PHONY.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Apr 1995 18:32:49 +0000
parents 5c1f15a662e5
children 9cd01f363d4b
line wrap: on
line diff
--- a/src/Makefile.in	Sat Apr 15 18:27:51 1995 +0000
+++ b/src/Makefile.in	Sat Apr 15 18:32:49 1995 +0000
@@ -745,6 +745,7 @@
     "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
     "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
 	@true  /* make -t should not create really-lwlib.  */
+.PHONY: really-lwlib
 #else /* not USE_X_TOOLKIT */
 #ifdef HAVE_X_MENU
 $(OLDXMENU): really-oldXMenu
@@ -767,6 +768,7 @@
     "C_SWITCH_MACHINE=$(C_SWITCH_MACHINE_1)" \
     "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)"
 	@true  /* make -t should not create really-oldXMenu.  */
+.PHONY: really-oldXMenu
 #endif /* HAVE_X_MENU */
 #endif /* not USE_X_TOOLKIT */
 #endif /* HAVE_X11 */