]> git.eshelyaron.com Git - emacs.git/commitdiff
(really-lwlib, really-oldXMenu): Mark as .PHONY.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Apr 1995 18:32:49 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Apr 1995 18:32:49 +0000 (18:32 +0000)
src/Makefile.in

index 775bf1663fae678f3a4050a7aeb9fe477b058ce1..785932d58555b5f5b068ec1e15727afd817a03be 100644 (file)
@@ -745,6 +745,7 @@ really-lwlib:
     "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 @@ really-oldXMenu:
     "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 */