Commit 161e654f authored by diego's avatar diego

Do not remove gmon.out on clean, we never create it.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13453 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9b6c6e5b
......@@ -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))
......
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