diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:40 +0000 |
commit | 56b84b1ad77b8ec713b77deb30a6379d357bdb82 (patch) | |
tree | 5586f5e6b9b5ced5f5b32ec593955dd9ea2ceb24 /Makefile | |
parent | f71780afd22accdb2264b7ed6662c5be64407c6d (diff) | |
download | s6-networking-56b84b1ad77b8ec713b77deb30a6379d357bdb82.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) |