aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-06-05 12:33:13 +0000
committerAlan Modra <amodra@gmail.com>2006-06-05 12:33:13 +0000
commitcb015bd9112f7398c63749b57dbf27247cb43fb3 (patch)
treefaddf62f1400393189bd5550f0c7af618d3132b2 /gprof/Makefile.in
parent8c61c1533baed4308ba860e57a18bfdefeb65975 (diff)
downloadgdb-cb015bd9112f7398c63749b57dbf27247cb43fb3.zip
gdb-cb015bd9112f7398c63749b57dbf27247cb43fb3.tar.gz
gdb-cb015bd9112f7398c63749b57dbf27247cb43fb3.tar.bz2
* 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 506d9f3..677a062 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