mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
PR 2587
* Makefile.am: Add empty rule for .m -> .o build in order to work around bug in gmake shipped by Apple. * Makefile.in: Regenerate.
This commit is contained in:
@ -39,6 +39,9 @@ EXTRA_DIST = $(BUILT_SOURCES) bbconv.pl $(man_MANS)
|
||||
|
||||
diststuff: $(BUILT_SOURCES) info $(man_MANS)
|
||||
|
||||
# This empty rule is a hack against gmake patched by Apple.
|
||||
%.o:%.m
|
||||
|
||||
.m.c:
|
||||
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
|
||||
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
|
||||
|
Reference in New Issue
Block a user