Don't build soju when calling "make install"

Otherwise soju would be rebuilt as the user who runs "make install"
(typically root).

git-svn-id: file:///srv/svn/repo/suika/trunk@530 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
hubert 2021-05-25 14:31:06 +00:00
parent 63e19e8add
commit 06ce9f24b6

View File

@ -20,7 +20,7 @@ doc/soju.1: doc/soju.1.scd
clean:
$(RM) -rf soju sojuctl doc/soju.1
install: all
install:
mkdir -p $(DESTDIR)$(PREFIX)/$(BINDIR)
mkdir -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
mkdir -p $(DESTDIR)/etc/soju