From 1e6b750f0aae78448bdd6aaceab6384d2ce9143b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 13 Dec 2015 20:25:21 +0100 Subject: [PATCH] reload linker cache after install target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 605d76668..aa2d491fe 100644 --- a/Makefile +++ b/Makefile @@ -107,6 +107,7 @@ install: $(TARGETS) $(LIBS) install -m 0755 pipe $(PREFIX)/bin/s2ss-pipe install -m 0755 test $(PREFIX)/bin/s2ss-test install -m 0755 tools/s2ss.sh $(PREFIX)/bin/s2ss + ldconfig release: all tar czf s2ss-$(COMMIT)-doc.tar.gz doc/html/