diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-15 18:32:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-15 18:32:49 +0000 |
commit | 72475d553026f4fc448bb1e6e0b7c199d93ce543 (patch) | |
tree | 0d0d9b8fb1b47129f9c253343b5910ea01aaa44f /src/Makefile.in | |
parent | 47e2c5a151b45cdae54fe4d284b7b68b3d116d42 (diff) | |
download | emacs-72475d553026f4fc448bb1e6e0b7c199d93ce543.tar.gz |
(really-lwlib, really-oldXMenu): Mark as .PHONY.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
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: "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 */ |