This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
fastjar/Makefile.in is generated by a bad automake
- To: gcc-bugs at gcc dot gnu dot org
- Subject: fastjar/Makefile.in is generated by a bad automake
- From: "H . J . Lu" <hjl at valinux dot com>
- Date: Wed, 21 Feb 2001 11:21:48 -0800
I believe fastjar/Makefile.in is generated by a bad automake. I
noticed the same problem years ago in binutils. Around line 325,
there
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
cp -pr $$/$$file $(distdir)/$$file; \
^^^
I believe we fixed it in binutils with a good automake. Whoever
is checking in fastjar/Makefile.in should get a newer automake.
BTW, please try
# cd gcc
# grep "(distdir)" */Makefile.in | grep pr
I got
boehm-gc/Makefile.in: cp -pr $$d/$$file $(distdir)/$$file; \
fastjar/Makefile.in: cp -pr $$/$$file $(distdir)/$$file; \
libjava/Makefile.in: cp -pr $$d/$$file $(distdir)/$$file; \
libstdc++-v3/Makefile.in: cp -pr $$d/$$file $(distdir)/$$file; \
zlib/Makefile.in: cp -pr $$d/$$file $(distdir)/$$file; \
--
H.J. Lu (hjl@valinux.com)