From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Subject: [PATCH 20/36] build: remove references to unexisting pre-process.h Date: Sun, 5 Nov 2017 17:25:28 +0100 Message-ID: <20171105162544.72960-20-luc.vanoostenryck@gmail.com> References: <20171105162448.72907-1-luc.vanoostenryck@gmail.com> Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:51101 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750731AbdKEQ0U (ORCPT ); Sun, 5 Nov 2017 11:26:20 -0500 Received: by mail-wm0-f67.google.com with SMTP id s66so9447654wmf.5 for ; Sun, 05 Nov 2017 08:26:19 -0800 (PST) In-Reply-To: <20171105162448.72907-1-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: linux-sparse@vger.kernel.org Cc: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Luc Van Oostenryck Signed-off-by: Luc Van Oostenryck --- .gitignore | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f996dc87..ab976e76b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ .*.swp # generated -pre-process.h version.h # programs diff --git a/Makefile b/Makefile index f150b9eb9..a8578c305 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ version.h: FORCE clean: clean-check - rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h version.h + rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) version.h dist: @if test "$(SPARSE_VERSION)" != "v$(VERSION)" ; then \ -- 2.14.0