From 56dd32a323e3a6027b6efe5f0f72dfb8413e984c 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 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) -- 1.6.1.9.g97c34