aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-04-25 16:20:47 +0000
committerNick Clifton <nickc@redhat.com>2006-04-25 16:20:47 +0000
commit253a23950d9ced1f4640d072f8b5579c7b4b24b6 (patch)
tree0f23f2a247c68b27a36db904ace625a3f85b24c6 /gprof/Makefile.am
parent395fa56f0f2dadce73ce6bdefec80a3581d13590 (diff)
downloadfsf-binutils-gdb-253a23950d9ced1f4640d072f8b5579c7b4b24b6.zip
fsf-binutils-gdb-253a23950d9ced1f4640d072f8b5579c7b4b24b6.tar.gz
fsf-binutils-gdb-253a23950d9ced1f4640d072f8b5579c7b4b24b6.tar.bz2
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.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r--gprof/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 1b86267..a79912f 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -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 \