OSDN Git Service

Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have
authorDave Yeo <daveryeo@telus.net>
Fri, 29 May 2009 11:56:54 +0000 (11:56 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 29 May 2009 11:56:54 +0000 (11:56 +0000)
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

Originally committed as revision 18981 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 293a05f..629e782 100644 (file)
@@ -79,8 +79,8 @@ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.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)