Mercurial > libavformat.hg
diff Makefile @ 899:b10253387137 libavformat
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
Remove all possible shared libs suffixes instead.
author | diego |
---|---|
date | Sun, 15 Jan 2006 00:28:36 +0000 |
parents | 51a83f9981f2 |
children | 04509c9a1b7a |
line wrap: on
line diff
--- a/Makefile Sat Jan 14 15:54:58 2006 +0000 +++ b/Makefile Sun Jan 15 00:28:36 2006 +0000 @@ -143,7 +143,7 @@ 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