From 1eacdcc64464fb26b716b54f85b06ab963a9997a Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 27 May 2008 00:45:45 +0000
Subject: [PATCH] Do not remove gmon.out on clean, we never create it.

Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 78cf971871b..b26f69939ec 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))
-- 
GitLab