You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -143,7 +143,7 @@ install-headers:
|
||||
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
|
||||
|
||||
distclean clean:
|
||||
rm -f *.o *.d .depend *~ *.a *$(SLIBSUF) $(LIB)
|
||||
rm -f *.o *.d *~ .depend *.a *.lib *.so *.dylib *.dll
|
||||
|
||||
#
|
||||
# include dependency files if they exist
|
||||
|
||||
Reference in New Issue
Block a user