[xiph-commits] r17412 - experimental/derf/theora-ptalarbvorm/lib

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Sep 21 22:02:29 PDT 2010


Author: tterribe
Date: 2010-09-21 22:02:29 -0700 (Tue, 21 Sep 2010)
New Revision: 17412

Modified:
   experimental/derf/theora-ptalarbvorm/lib/Makefile.am
Log:
Add a special rule for armbits-gnu.S to fix out-of-srcdir builds.


Modified: experimental/derf/theora-ptalarbvorm/lib/Makefile.am
===================================================================
--- experimental/derf/theora-ptalarbvorm/lib/Makefile.am	2010-09-22 03:58:53 UTC (rev 17411)
+++ experimental/derf/theora-ptalarbvorm/lib/Makefile.am	2010-09-22 05:02:29 UTC (rev 17412)
@@ -276,3 +276,6 @@
 # convert ARM asm to GNU as format
 %-gnu.S: $(srcdir)/arm/%.s
 	$(srcdir)/arm/arm2gnu.pl < $< > $@
+# Special case for armopts.s, because it is built by configure
+armopts-gnu.S: arm/armopts.s
+	$(srcdir)/arm/arm2gnu.pl < $< > $@



More information about the commits mailing list