summaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
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
commitdb8a5ee7993480e2e764a17ec91bd12f49076c0b (patch)
treeacfb1ac478993bd6bc45ee7e578be457e410a3ae /gprof/Makefile.in
parent32b6769808c28b4773face9a4a6836d65f3d5794 (diff)
downloadbinutils-redhat-db8a5ee7993480e2e764a17ec91bd12f49076c0b.tar.gz
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.in')
-rw-r--r--gprof/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 328a3da48d..fcebab1dff 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -393,7 +393,7 @@ distclean-libtool:
else \
rc=$$?; \
cd $(srcdir) && \
- $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
+ $$restore $$backupdir/* `echo "$@" | sed 's|[^/]*$$||'`; \
fi; \
rm -rf $$backupdir; exit $$rc
@@ -799,6 +799,9 @@ uninstall-man: uninstall-man1
diststuff: $(BUILT_SOURCES) info $(man_MANS)
+# this empry 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 \