]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove H_CFLAGS from doc/local.mk
authorTom Tromey <tom@tromey.com>
Wed, 8 Feb 2023 04:15:51 +0000 (21:15 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 15 Feb 2023 17:27:34 +0000 (10:27 -0700)
I couldn't see that H_CFLAGS is defined anywhere, so remove it.

2023-02-07  Tom Tromey  <tom@tromey.com>

* Makefile.in: Rebuild.
* doc/local.mk (%D%/chew.stamp): Don't use H_CFLAGS.

bfd/ChangeLog
bfd/Makefile.in
bfd/doc/local.mk

index 08cc18353f2f1ed98b8790e28f3c8bb4d4cd6693..570367745c3ae0ed74193a0750f32fc8de8b29c6 100644 (file)
@@ -1,3 +1,8 @@
+2023-02-07  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in: Rebuild.
+       * doc/local.mk (%D%/chew.stamp): Don't use H_CFLAGS.
+
 2023-01-24  Nick Clifton  <nickc@redhat.com>
 
        PR 29998
index 6fde8df6b0615805b422147999e01a0794b0efa4..82aa96f30e5710e44044877b7fd2c9ea86377b18 100644 (file)
@@ -2460,7 +2460,7 @@ coff-tic54x.lo: coff-tic54x.c
 $(MKDOC): doc/chew.stamp ; @true
 doc/chew.stamp: $(srcdir)/doc/chew.c doc/$(am__dirstamp)
        $(AM_V_CCLD)$(CC_FOR_BUILD) -o doc/chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
-         $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \
+         $(LDFLAGS_FOR_BUILD) \
          -I. -I$(srcdir) -Idoc -I$(srcdir)/../include -I$(srcdir)/../intl -I../intl \
          $(srcdir)/doc/chew.c && \
        $(SHELL) $(srcdir)/../move-if-change \
index 41ab89fc6d884cbbb41206979e3dc8addd4335b2..d80f70416a3f1092b13973a88efc065df32c70dc 100644 (file)
@@ -83,7 +83,7 @@ MKDOC = %D%/chew$(EXEEXT_FOR_BUILD)
 $(MKDOC): %D%/chew.stamp ; @true
 %D%/chew.stamp: $(srcdir)/%D%/chew.c %D%/$(am__dirstamp)
        $(AM_V_CCLD)$(CC_FOR_BUILD) -o %D%/chw$$$$$(EXEEXT_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
-         $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \
+         $(LDFLAGS_FOR_BUILD) \
          -I. -I$(srcdir) -I%D% -I$(srcdir)/../include -I$(srcdir)/../intl -I../intl \
          $(srcdir)/%D%/chew.c && \
        $(SHELL) $(srcdir)/../move-if-change \