From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 35CD9397280C; Mon, 2 Nov 2020 19:42:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35CD9397280C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never defined X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: f4bfaddb3cce6b63a57c709dd790bd78c9bcdc6a X-Git-Newrev: a5398eaecb6616772002dac8dfc44bf90bc035e5 Message-Id: <20201102194200.35CD9397280C@sourceware.org> Date: Mon, 2 Nov 2020 19:42:00 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2020 19:42:00 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a5398eaecb6616772002dac8dfc44bf90bc035e5 commit a5398eaecb6616772002dac8dfc44bf90bc035e5 Author: Jon Turney Date: Mon Oct 26 17:48:17 2020 +0000 Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never defined Diff: --- winsup/cygwin/Makefile.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 9b07d9833..c3aa7a186 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -424,13 +424,6 @@ EXCLUDE_STATIC_OFILES:=$(addprefix --exclude=,\ VERSION_OFILES:=version.o winver.o -ifdef PREPROCESS -override DLL_OFILES:=$(patsubst %.o,%_E,${DLL_OFILES}) -override EXCLUDE_STATIC_OFILES:=$(patsubst %.o,%_E,${EXCLUDE_STATIC_OFILES}) -override EXTRA_OFILES=$(patsubst %.o,%_E,${DLL_OFILES})) -override MALLOC_OFILES:=$(patsubst %.o,%.E,${MALLOC_OFILES}) -endif #PREPROCESS - ifeq ($(target_cpu),x86_64) # Needed by mcountFunc.S to choose the right code path and symbol names ASFLAGS:=-D_WIN64