Commit 44cfdaa8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

browser plugins: remove MAKEFLAGS to work around broken buildbot

parent c21bb29a
...@@ -28,6 +28,6 @@ stamp-activex-configure: stamp-activex-autogen ...@@ -28,6 +28,6 @@ stamp-activex-configure: stamp-activex-autogen
stamp-activex-build: stamp-activex-configure stamp-activex-build: stamp-activex-configure
cd activex-vlc && \ cd activex-vlc && \
$(MAKE) $(MAKEFLAGS) all && \ $(MAKE) all && \
$(MAKE) $(MAKEFLAGS) DESTDIR="$(abs_builddir)/activex-vlc/installed" install $(MAKE) DESTDIR="$(abs_builddir)/activex-vlc/installed" install
touch $@ touch $@
...@@ -29,6 +29,6 @@ stamp-npapi-configure: stamp-npapi-autogen ...@@ -29,6 +29,6 @@ stamp-npapi-configure: stamp-npapi-autogen
stamp-npapi-build: stamp-npapi-configure stamp-npapi-build: stamp-npapi-configure
cd npapi-vlc && \ cd npapi-vlc && \
$(MAKE) $(MAKEFLAGS) all && \ $(MAKE) all && \
$(MAKE) $(MAKEFLAGS) DESTDIR="$(abs_builddir)/npapi-vlc/installed" install $(MAKE) DESTDIR="$(abs_builddir)/npapi-vlc/installed" install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment