diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-27 00:45:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-27 00:45:45 +0000 |
commit | 1eacdcc64464fb26b716b54f85b06ab963a9997a (patch) | |
tree | 77b2c04d1a3233292079a990dd71dda1e2640cd1 /Makefile | |
parent | bd98e9e2302f13d000e152d17ef6c7ae35f840b5 (diff) | |
download | ffmpeg-1eacdcc64464fb26b716b54f85b06ab963a9997a.tar.gz |
Do not remove gmon.out on clean, we never create it.
Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -160,8 +160,7 @@ uninstall-vhook: -rmdir "$(SHLIBDIR)/vhook/" clean:: - rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \ - output_example$(EXESUF) + rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF) rm -f doc/*.html doc/*.pod doc/*.1 rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr)) |