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