[vlc-commits] contrib: live555: always use $MAKE

Sean McGovern git at videolan.org
Tue Feb 6 23:53:32 CET 2018


vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Tue Feb  6 03:49:00 2018 -0500| [e6d5f7903ede5d03e419ac6f1a8825df3dc46d4d] | committer: Jean-Baptiste Kempf

contrib: live555: always use $MAKE

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6d5f7903ede5d03e419ac6f1a8825df3dc46d4d
---

 contrib/src/live555/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/live555/rules.mak b/contrib/src/live555/rules.mak
index a2ef4f842c..b77d96ce73 100644
--- a/contrib/src/live555/rules.mak
+++ b/contrib/src/live555/rules.mak
@@ -91,5 +91,5 @@ SUBDIRS=groupsock liveMedia UsageEnvironment BasicUsageEnvironment
 	cd $< && ./genMakefiles $(LIVE_TARGET)
 	cd $< && for subdir in $(SUBDIRS); do $(MAKE) $(HOSTVARS) -C $$subdir; done
 	cd $< && for subdir in $(SUBDIRS); do $(MAKE) $(HOSTVARS) -C $$subdir install; done
-	cd $< && make install_shared_libraries
+	cd $< && $(MAKE) install_shared_libraries
 	touch $@



More information about the vlc-commits mailing list