summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-27 00:45:45 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-27 00:45:45 +0000
commit1eacdcc64464fb26b716b54f85b06ab963a9997a (patch)
tree77b2c04d1a3233292079a990dd71dda1e2640cd1 /Makefile
parentbd98e9e2302f13d000e152d17ef6c7ae35f840b5 (diff)
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--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78cf971871..b26f69939e 100644
--- a/Makefile
+++ b/Makefile
@@ -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))