From f68e1f8d5d9c9d9d7f0b2f91b587254d0bbec3da Mon Sep 17 00:00:00 2001 From: Anton Mitrofanov Date: Tue, 7 Dec 2010 13:44:55 +0300 Subject: [PATCH] Delete x264_config.h on distclean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e25582a..c4010289 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) -- 2.40.0