From 56a0223179942c6a7f8f90bf7c26922638ccb304 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Wed, 17 Sep 2008 11:19:35 -0700 Subject: Makefile: Generate autoloads before compiling source. This makes compilation warnings in the source easier to spot, and mirrors the behavior of Emacs itself. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3