aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-09-17 11:19:35 -0700
committerMichael Olson <mwolson@gnu.org>2008-09-17 11:19:35 -0700
commit56a0223179942c6a7f8f90bf7c26922638ccb304 (patch)
tree812a78ddc2744b3f3f08f3fcdad610edec2aea7f /Makefile
parent71cec79f643194d19b48d20574a37b1489274833 (diff)
Makefile: Generate autoloads before compiling source.
This makes compilation warnings in the source easier to spot, and mirrors the behavior of Emacs itself.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c27c6e2..31beff5 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ emms-print-metadata: emms-print-metadata.c
install:
test -d $(SITELISP) || mkdir -p $(SITELISP)
- [ -d $(INFODIR) ] || install -d $(INFODIR)
+ test -d $(INFODIR) || install -d $(INFODIR)
install -m 644 $(ALLSOURCE) $(SITELISP)
install -m 644 $(ALLCOMPILED) $(SITELISP)
install -m 0644 $(DOCDIR)emms.info $(INFODIR)/emms