diff src/librtmp.mk @ 2633:05c6238601ae

package librtmp: portability macro for make
author Mark Brand <mabrand@mabrand.nl>
date Sun, 17 Jun 2012 22:44:00 +0200
parents e2cb207e6119
children 100e618349f7
line wrap: on
line diff
--- a/src/librtmp.mk	Sun Jun 17 22:41:22 2012 +0200
+++ b/src/librtmp.mk	Sun Jun 17 22:44:00 2012 +0200
@@ -15,7 +15,7 @@
 endef
 
 define $(PKG)_BUILD
-    make -C '$(1)' \
+    $(MAKE) -C '$(1)' \
         CROSS_COMPILE='$(TARGET)-' \
         prefix='$(PREFIX)/$(TARGET)' \
         SYS=mingw \