Commit 5993fb7c authored by michael's avatar michael

removing the .so file when make clean is run patch by ("Todd.Kirby"...

removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3470 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2a6e9f2
...@@ -131,7 +131,7 @@ install-headers: ...@@ -131,7 +131,7 @@ install-headers:
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
distclean clean: distclean clean:
rm -f *.o *.d .depend *~ *.a $(LIB) rm -f *.o *.d .depend *~ *.a *.so $(LIB)
# #
# include dependency files if they exist # include dependency files if they exist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment