]> git.sesse.net Git - x264/commitdiff
Delete x264_config.h on distclean
authorAnton Mitrofanov <BugMaster@narod.ru>
Tue, 7 Dec 2010 10:44:55 +0000 (13:44 +0300)
committerFiona Glaser <fiona@x264.com>
Tue, 7 Dec 2010 10:50:46 +0000 (02:50 -0800)
Makefile

index 1e25582aedcbfcfa2d83e755d41b0c6b5d72a7bd..c40102890918669e74c9ca7c89c7c02f683fbdf9 100644 (file)
--- 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)