aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-07 12:13:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-07 12:13:30 +1200
commitd73e5fb06699c25aced71420afd3f37e1d6ecc07 (patch)
tree432aeda0d085b983882b724c087789d7a7b48d91 /Makefile
parentMake -x in ls() conditional on terminal output (diff)
downloaddotfiles-d73e5fb06699c25aced71420afd3f37e1d6ecc07.tar.gz
dotfiles-d73e5fb06699c25aced71420afd3f37e1d6ecc07.zip
Remove dependency on check-bash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91b38c50..26747350 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,7 @@ install-abook:
mkdir -p -- $(HOME)/.abook
cp -p -- abook/abookrc $(HOME)/.abook
-install-bash: check-bash install-sh
+install-bash: install-sh
mkdir -p -- $(HOME)/.bashrc.d
cp -p -- bash/bashrc $(HOME)/.bashrc
cp -p -- bash/bashrc.d/* $(HOME)/.bashrc.d