Commit fbc79bf7 authored by Sam Hocevar's avatar Sam Hocevar

* debian/rules: typo.

parent 451f3960
...@@ -149,7 +149,7 @@ build-stamp: patch configure-stamp ...@@ -149,7 +149,7 @@ build-stamp: patch configure-stamp
&& sed 's/^CFLAGS *=/&-fPIC -DPIC /' <Makefile >Makefile.pic \ && sed 's/^CFLAGS *=/&-fPIC -DPIC /' <Makefile >Makefile.pic \
&& $(MAKE) -f Makefile.pic \ && $(MAKE) -f Makefile.pic \
&& rm -f Makefile.pic \ && rm -f Makefile.pic \
&& ../libavformat \ && cd ../libavformat \
&& $(MAKE) clean \ && $(MAKE) clean \
&& rm -f Makefile.pic \ && rm -f Makefile.pic \
&& sed 's/^CFLAGS *=/&-fPIC -DPIC /' <Makefile >Makefile.pic \ && sed 's/^CFLAGS *=/&-fPIC -DPIC /' <Makefile >Makefile.pic \
......
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