From 4235ef510926c8b25aeb55966c8d990c1594be64 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 5 Apr 2010 12:59:06 -0700 Subject: Makfiles: Make the top-level targets PHONY Just to avoid any clash with files of the same names. --- emacs/Makefile.local | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/Makefile.local') diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 626a4e51..76cc64f9 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -9,8 +9,10 @@ emacs_sources := \ emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) +.PHONY: emacs emacs: $(emacs_bytecode) +.PHONY: install-emacs install-emacs: install emacs $(call quiet_mkdir, $(DESTDIR)/$(emacs_lispdir)) $(call quiet_install_data, $(emacs_sources) $(emacs_bytecode) $(DESTDIR)$(emacs_lispdir)) -- cgit v1.2.3