mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Fix Makefile for empty prefix (#839)
* Fix makefile so that bin dir is created if absent * fix indent
This commit is contained in:
parent
8267b2220d
commit
82b3f7ecdf
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -20,7 +20,8 @@ check: unit-test regression-test
|
|||
# DESTDIR is for package installs; nominally blank when this is run interactively.
|
||||
# See also https://www.gnu.org/prep/standards/html_node/DESTDIR.html
|
||||
install: build
|
||||
cp mlr $(DESTDIR)/$(INSTALLDIR)
|
||||
mkdir -p $(DESTDIR)/$(INSTALLDIR)
|
||||
cp mlr $(DESTDIR)/$(INSTALLDIR)/
|
||||
make -C man install
|
||||
|
||||
# ================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue