Revert previous delta.

PR 2587
	* Makefile.am: Revert change from 2019-11-13.
	* Makefile.in: Regenerate.
This commit is contained in:
Nick Clifton 2019-11-15 11:52:50 +00:00
parent 9a3516679b
commit 71d3dc7430
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2019-11-15 Nick Clifton <nickc@redhat.com>
PR 2587
* Makefile.am: Revert change from 2019-11-13.
* Makefile.in: Regenerate.
2019-11-14 Nick Clifton <nickc@redhat.com>
PR 2587

View file

@ -64,7 +64,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
# This empty rule is a hack against gmake patched by Apple.
%.o:%.m
.c.m:
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > $@ \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=$*.m $<

View file

@ -1171,7 +1171,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
# This empty rule is a hack against gmake patched by Apple.
%.o:%.m
.c.m:
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > $@ \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=$*.m $<