]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re: gprofng: use gprofng- prefix for gprofng binaries
authorAlan Modra <amodra@gmail.com>
Mon, 9 Dec 2024 21:38:23 +0000 (08:08 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 9 Dec 2024 23:40:57 +0000 (10:10 +1030)
Commit d25ba4596e85 mangled ZLIBINC to ZLIgp-C.  Fix that.

gprofng/src/Makefile.am
gprofng/src/Makefile.in

index 7012165c5c25216d1db8aaa822f0bcf36ebf22fa..a08c78f7a49032cb384873e9332479ef286d48e1 100644 (file)
@@ -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)
index e40c5a1f2671616e2c05743b36cac4e48bcb752e..412404719687cc24c31c421678ebe741226cfd83 100644 (file)
@@ -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)