[FFmpeg-cvslog] r18981 - trunk/common.mak
diego
subversion
Fri May 29 13:56:55 CEST 2009
Author: diego
Date: Fri May 29 13:56:54 2009
New Revision: 18981
Log:
Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have
generated map files as well, so map files need to be removed in all
places where executables are removed.
patch by Dave Yeo, daveryeo telus net
Modified:
trunk/common.mak
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak Fri May 29 01:19:35 2009 (r18980)
+++ trunk/common.mak Fri May 29 13:56:54 2009 (r18981)
@@ -79,8 +79,8 @@ checkheaders: $(filter-out %_template.ho
DEPS := $(OBJS:.o=.d)
depend dep: $(DEPS)
-CLEANSUFFIXES = *.o *~ *.ho
+CLEANSUFFIXES = *.o *~ *.ho *.map
DISTCLEANSUFFIXES = *.d *.pc
-LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp *.map
+LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
-include $(DEPS)
More information about the ffmpeg-cvslog
mailing list