[xiph-commits] r16029 - branches/theora-thusnelda/lib

giles at svn.xiph.org giles at svn.xiph.org
Sun May 24 12:32:30 PDT 2009


Author: giles
Date: 2009-05-24 12:32:30 -0700 (Sun, 24 May 2009)
New Revision: 16029

Modified:
   branches/theora-thusnelda/lib/Makefile.am
Log:
Use an old-style implicit rule to generate the .exp files from .def 
files to silence an automake warning.


Modified: branches/theora-thusnelda/lib/Makefile.am
===================================================================
--- branches/theora-thusnelda/lib/Makefile.am	2009-05-24 19:21:42 UTC (rev 16028)
+++ branches/theora-thusnelda/lib/Makefile.am	2009-05-24 19:32:30 UTC (rev 16029)
@@ -163,5 +163,5 @@
 	$(MAKE) all CFLAGS="@PROFILE@"
 
 # contstruct various symbol export list files
-%.exp : %.def defexp.awk
+.def.exp : defexp.awk
 	awk -f defexp.awk $< > $@



More information about the commits mailing list