summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-03-14 23:21:25 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-03-14 23:21:25 +0000
commit410298c206450f855b9f4708fefe00e5af51716d (patch)
treec79af3879af71bc6656b98b906d32677f33752df /Makefile
parentf43b20d63825b48c99d2b113d4cdce38a3e57460 (diff)
downloadskalibs-410298c206450f855b9f4708fefe00e5af51716d.tar.xz
Really fix update and global-links dependencies this time...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69696cd..81cb7ff 100644
--- a/Makefile
+++ b/Makefile
@@ -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)