diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-14 23:21:25 +0000 |
commit | 410298c206450f855b9f4708fefe00e5af51716d (patch) | |
tree | c79af3879af71bc6656b98b906d32677f33752df | |
parent | f43b20d63825b48c99d2b113d4cdce38a3e57460 (diff) | |
download | skalibs-410298c206450f855b9f4708fefe00e5af51716d.tar.xz |
Really fix update and global-links dependencies this time...
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ install-include: $(ALL_INCLUDES:src/include/$(package)/%.h=$(DESTDIR)$(includedi ifneq ($(exthome),) -$(DESTDIR)$(exthome): $(home) +$(DESTDIR)$(exthome): $(DESTDIR)$(home) exec $(INSTALL) -l $(notdir $(home)) $(DESTDIR)$(exthome) update: $(DESTDIR)$(exthome) |