[binutils-gdb] Re: gprofng: use gprofng- prefix for gprofng binaries

Alan Modra amodra@sourceware.org
Mon Dec 9 23:41:19 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=df2bd399583c1383c0ab9d6465d5d71f8550bf8c

commit df2bd399583c1383c0ab9d6465d5d71f8550bf8c
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Dec 10 08:08:23 2024 +1030

    Re: gprofng: use gprofng- prefix for gprofng binaries
    
    Commit d25ba4596e85 mangled ZLIBINC to ZLIgp-C.  Fix that.

Diff:
---
 gprofng/src/Makefile.am | 2 +-
 gprofng/src/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gprofng/src/Makefile.am b/gprofng/src/Makefile.am
index 7012165c5c2..a08c78f7a49 100644
--- a/gprofng/src/Makefile.am
+++ b/gprofng/src/Makefile.am
@@ -111,7 +111,7 @@ AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" \
 	-I.. -I$(srcdir) \
 	-I$(srcdir)/../common \
 	-I$(srcdir)/../../include -I$(srcdir)/../../opcodes \
-	-I../../bfd -I$(srcdir)/../../bfd $(ZLIgp-C)
+	-I../../bfd -I$(srcdir)/../../bfd $(ZLIBINC)
 AM_CFLAGS = $(GPROFNG_CFLAGS) $(PTHREAD_CFLAGS) \
 	$(GPROFNG_NO_SWITCH_CFLAGS)
 AM_CXXFLAGS = $(AM_CFLAGS)
diff --git a/gprofng/src/Makefile.in b/gprofng/src/Makefile.in
index e40c5a1f267..41240471968 100644
--- a/gprofng/src/Makefile.in
+++ b/gprofng/src/Makefile.in
@@ -536,7 +536,7 @@ AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" \
 	-I.. -I$(srcdir) \
 	-I$(srcdir)/../common \
 	-I$(srcdir)/../../include -I$(srcdir)/../../opcodes \
-	-I../../bfd -I$(srcdir)/../../bfd $(ZLIgp-C)
+	-I../../bfd -I$(srcdir)/../../bfd $(ZLIBINC)
 
 AM_CFLAGS = $(GPROFNG_CFLAGS) $(PTHREAD_CFLAGS) \
 	$(GPROFNG_NO_SWITCH_CFLAGS)


More information about the Binutils-cvs mailing list