[x264-devel] commit: Delete x264_config.h on distclean (Anton Mitrofanov )

git at videolan.org git at videolan.org
Tue Dec 7 12:23:26 CET 2010


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Tue Dec  7 13:44:55 2010 +0300| [a2e043dc0193b06a375c147221f10d1f6d8d6240] | committer: Jason Garrett-Glaser 

Delete x264_config.h on distclean

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a2e043dc0193b06a375c147221f10d1f6d8d6240
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 1e25582..c401028 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ clean:
 	- sed -e 's/ *-fprofile-\(generate\|use\)//g' config.mak > config.mak2 && mv config.mak2 config.mak
 
 distclean: clean
-	rm -f config.mak config.h config.log x264.pc
+	rm -f config.mak x264_config.h config.h config.log x264.pc
 	rm -rf test/
 
 install: x264$(EXE) $(SONAME)



More information about the x264-devel mailing list