From 346fbd415cb780937385c3674656376631abbef7 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Wed, 22 Aug 2018 01:02:05 +0200 Subject: [PATCH] Cosmetic changes. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9a6e0d3..30cc9bf 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,6 @@ bindir=$(DESTDIR)$(prefix)/bin mandir=$(DESTDIR)$(prefix)/share/man/man1 datadir=$(DESTDIR)/etc -# We still keep this alias around for backward compatibility: -INSTALL_DIR=$(bindir) - # Check to see whether we have Jack installed. Needs pkg-config. JACK := $(shell pkg-config --libs jack 2>/dev/null) @@ -26,7 +23,7 @@ all: midizap # This also creates the manual page (see below). world: all man -install: $(INSTALL_TARGETS) +install: all install -d $(bindir) $(datadir) $(mandir) install midizap $(bindir) install -m 0644 example.midizaprc $(datadir)/midizaprc