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
stamp-activex-build: stamp-activex-configure
cd activex-vlc && \
$(MAKE) $(MAKEFLAGS) all && \
$(MAKE) $(MAKEFLAGS) DESTDIR="$(abs_builddir)/activex-vlc/installed" install
$(MAKE) all && \
$(MAKE) DESTDIR="$(abs_builddir)/activex-vlc/installed" install
touch $@
......@@ -29,6 +29,6 @@ stamp-npapi-configure: stamp-npapi-autogen
stamp-npapi-build: stamp-npapi-configure
cd npapi-vlc && \
$(MAKE) $(MAKEFLAGS) all && \
$(MAKE) $(MAKEFLAGS) DESTDIR="$(abs_builddir)/npapi-vlc/installed" install
$(MAKE) all && \
$(MAKE) DESTDIR="$(abs_builddir)/npapi-vlc/installed" install
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