From b1e9ff6953f199d2d72986505fdb265e66736825 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Apr 1995 18:32:49 +0000 Subject: [PATCH] (really-lwlib, really-oldXMenu): Mark as .PHONY. --- src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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: "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 */ -- 2.39.5