summaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-06-05 12:33:13 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-06-05 12:33:13 +0000
commit090106827518d33bea8bbe5d9343e65f005521a1 (patch)
tree950561dc358c3adc230edb25d92f4c5224ffee94 /gprof/Makefile.in
parent4bdc4203e73a2eaecd2fde74c90b83fadb75bdbc (diff)
downloadbinutils-redhat-090106827518d33bea8bbe5d9343e65f005521a1.tar.gz
* Makefile.in: Regenerate.
* gconfig.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 506d9f3ed6..677a062075 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -454,13 +454,10 @@ dist-info: $(INFO_DEPS)
$(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
esac; \
if test -f $$base; then d=.; else d=$(srcdir); fi; \
- base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
- for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
- if test -f $$file; then \
- relfile=`expr "$$file" : "$$d/\(.*\)"`; \
- test -f $(distdir)/$$relfile || \
- cp -p $$file $(distdir)/$$relfile; \
- else :; fi; \
+ for file in $$d/$$base*; do \
+ relfile=`expr "$$file" : "$$d/\(.*\)"`; \
+ test -f $(distdir)/$$relfile || \
+ cp -p $$file $(distdir)/$$relfile; \
done; \
done