aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-30 17:23:04 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-30 17:23:04 +0200
commitb4ad32471d9d270407c773c5a70629bf2f4113a6 (patch)
treeacf262cd71259eec14bbee0eaee8238afa6705e6
parentforgot halt flag and time argument (diff)
downloadgates-of-tartaros-b4ad32471d9d270407c773c5a70629bf2f4113a6.tar.gz
gates-of-tartaros-b4ad32471d9d270407c773c5a70629bf2f4113a6.tar.bz2
gates-of-tartaros-b4ad32471d9d270407c773c5a70629bf2f4113a6.tar.xz
m fix makefile1380555115
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a36e1a..657b2e2 100644
--- a/Makefile
+++ b/Makefile
@@ -62,9 +62,9 @@ got-cmd.install: got-cmd
install: install-cmd install-doc
.PHONY: install-cmd
-install-cmd: install-core
+install-cmd: install-core install-examples
-.PHONY: install-core install-examples
+.PHONY: install-core
install-core: got.install got-cmd.install
install -Dm755 -- "got.install" "$(DESTDIR)$(PREFIX)$(SBIN)/got"
install -Dm755 -- "got-cmd.install" "$(DESTDIR)$(PREFIX)$(BIN)/got-cmd"