gst-libs/ext/Makefile.am: We need to use $(MAKE) here instead of 'make' (on some...
authorTim-Philipp Müller <tim@centricular.net>
Sat, 10 Dec 2005 13:59:55 +0000 (13:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 10 Dec 2005 13:59:55 +0000 (13:59 +0000)
Original commit message from CVS:
* gst-libs/ext/Makefile.am:
We need to use $(MAKE) here instead of 'make' (on some
systems it's gmake that needs to be called, for example)

ChangeLog
common
gst-libs/ext/Makefile.am

index f182829..ea3e449 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst-libs/ext/Makefile.am:
+         We need to use $(MAKE) here instead of 'make' (on some
+         systems it's gmake that needs to be called, for example)
+
 2005-12-07  Edward Hervey  <edward@fluendo.com>
 
        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
diff --git a/common b/common
index fe94837..4edc214 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
+Subproject commit 4edc214072fe07d2aade96bc336493425654d7b4
index 883c664..137ab3a 100644 (file)
@@ -12,4 +12,4 @@ SUBDIRS =
 DIST_SUBDIRS = ffmpeg
 
 all-local:
-       cd ffmpeg && make
+       cd ffmpeg && $(MAKE)