From 410298c206450f855b9f4708fefe00e5af51716d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 14 Mar 2016 23:21:25 +0000 Subject: Really fix update and global-links dependencies this time... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3