public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] gcc: ada: delete old $(P) reference
@ 2017-07-18  6:45 Mike Frysinger
  2017-07-18  8:06 ` Arnaud Charlet
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2017-07-18  6:45 UTC (permalink / raw)
  To: gcc-patches

From: Mike Frysinger <vapier@chromium.org>

The P variable was deleted back in Nov 2015 (svn rev 231062),
but its expansion was missed.  Delete those now too.

2017-07-18  Mike Frysinger  <vapier@chromium.org>

	* gcc-interface/Makefile.in ($(P)): Delete
---
 gcc/ada/gcc-interface/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in
index 1c172037d927..b485c18ec21e 100644
--- a/gcc/ada/gcc-interface/Makefile.in
+++ b/gcc/ada/gcc-interface/Makefile.in
@@ -2643,10 +2643,10 @@ gnatlink-re: ../stamp-tools gnatmake-re
 #  stamp target in the parent directory whenever gnat1 is rebuilt
 
 # Likewise for the tools
-../../gnatmake$(exeext): $(P) b_gnatm.o $(GNATMAKE_OBJS)
+../../gnatmake$(exeext): b_gnatm.o $(GNATMAKE_OBJS)
 	+$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatm.o $(GNATMAKE_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS)
 
-../../gnatlink$(exeext): $(P) b_gnatl.o $(GNATLINK_OBJS)
+../../gnatlink$(exeext): b_gnatl.o $(GNATLINK_OBJS)
 	+$(GCC_LINK) $(ALL_CFLAGS) -o $@ b_gnatl.o $(GNATLINK_OBJS) $(TOOLS_LIBS) $(TOOLS1_LIBS)
 
 ../stamp-gnatlib-$(RTSDIR):
-- 
2.12.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gcc: ada: delete old $(P) reference
  2017-07-18  6:45 [PATCH] gcc: ada: delete old $(P) reference Mike Frysinger
@ 2017-07-18  8:06 ` Arnaud Charlet
  0 siblings, 0 replies; 2+ messages in thread
From: Arnaud Charlet @ 2017-07-18  8:06 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gcc-patches

> From: Mike Frysinger <vapier@chromium.org>
> 
> The P variable was deleted back in Nov 2015 (svn rev 231062),
> but its expansion was missed.  Delete those now too.
> 
> 2017-07-18  Mike Frysinger  <vapier@chromium.org>
> 
> 	* gcc-interface/Makefile.in ($(P)): Delete

OK, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-18  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18  6:45 [PATCH] gcc: ada: delete old $(P) reference Mike Frysinger
2017-07-18  8:06 ` Arnaud Charlet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).