diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:36 +0000 |
commit | e9986b4505219ac7eaf0b86fba81e2aee87dffe4 (patch) | |
tree | 614f195d90fc25a2d24d7dc3754c00779982869a /Makefile | |
parent | 99db04283debeb283fda1ae3dbb5d1c57218a2e9 (diff) | |
download | s6-linux-init-e9986b4505219ac7eaf0b86fba81e2aee87dffe4.tar.xz |
Really fix update and global-links dependencies this time...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ install-data: $(ALL_DATA:src/etc/%=$(DESTDIR)$(datadir)/%) ifneq ($(exthome),) -$(DESTDIR)$(exthome): $(home) +$(DESTDIR)$(exthome): $(DESTDIR)$(home) exec $(INSTALL) -l $(notdir $(home)) $(DESTDIR)$(exthome) update: $(DESTDIR)$(exthome) |