aboutsummaryrefslogtreecommitdiff
path: root/lisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/Makefile')
-rw-r--r--lisp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile
index 3153b9b..e9e7d20 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -8,7 +8,7 @@ TARGET=$(patsubst %.el,%.elc,$(SOURCE))
.PHONY: all clean
.PRECIOUS: %.elc
-all: $(TARGET) emms-auto.el
+all: emms-auto.el $(TARGET)
emms-auto.el: emms-auto.in $(SOURCE)
cp emms-auto.in emms-auto.el