build: Drop leftover .exp pattern from LIBSUFFIXES list.

This commit is contained in:
Diego Biurrun 2012-04-30 10:33:49 +02:00
parent 5cb4f1a127
commit b5a3c6038d
1 changed files with 1 additions and 1 deletions

View File

@ -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))