diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:27 +0000 |
commit | c2f8cfcc0aa28da2b532e640b5643390000bcb1c (patch) | |
tree | a83e28c80ed97ef99c31b50a6f69e7f05b17adb9 /Makefile | |
parent | 6831400be81aab7b11585e4547a5d899fe66e965 (diff) | |
download | execline-c2f8cfcc0aa28da2b532e640b5643390000bcb1c.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) |