From a7a7f5a0b2764dff2f00acf811ae0cb39da26990 Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Thu, 1 Jun 2017 16:18:25 +0200 Subject: [PATCH] Removed hard dependency on sudo It is unlikely that the install target isn't executed as root anyway. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bd5da4..ed31f92 100644 --- a/Makefile +++ b/Makefile @@ -222,6 +222,6 @@ install: ${LN} ${INSTALL_LIB}/${PHP_STATIC_LIBRARY} ${INSTALL_LIB}/libphpcpp.a; \ fi if `which ldconfig`; then \ - sudo ldconfig; \ + ldconfig; \ fi