Module: libav Branch: master Commit: b5a3c6038d559582236b4faf6dbbc0f1984d4107
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Apr 30 10:33:49 2012 +0200 build: Drop leftover .exp pattern from LIBSUFFIXES list. --- common.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common.mak b/common.mak index 7f2c367..98c274e 100644 --- a/common.mak +++ b/common.mak @@ -47,6 +47,6 @@ OBJDIRS := $(OBJDIRS) $(dir $(OBJS) $(HOSTOBJS) $(TESTOBJS)) CLEANSUFFIXES = *.d *.o *~ *.ho *.map *.ver DISTCLEANSUFFIXES = *.pc -LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp +LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a -include $(wildcard $(OBJS:.o=.d) $(TESTOBJS:.o=.d)) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
