From: Alan Modra Date: Mon, 9 Dec 2024 21:38:23 +0000 (+1030) Subject: Re: gprofng: use gprofng- prefix for gprofng binaries X-Git-Tag: gdb-16-branchpoint~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df2bd399583c1383c0ab9d6465d5d71f8550bf8c;p=thirdparty%2Fbinutils-gdb.git Re: gprofng: use gprofng- prefix for gprofng binaries Commit d25ba4596e85 mangled ZLIBINC to ZLIgp-C. Fix that. --- 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)