diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-30 17:23:04 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-30 17:23:04 +0200 |
| commit | b4ad32471d9d270407c773c5a70629bf2f4113a6 (patch) | |
| tree | acf262cd71259eec14bbee0eaee8238afa6705e6 /Makefile | |
| parent | forgot halt flag and time argument (diff) | |
| download | gates-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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
