mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
* Makefile.in (taz): Handle case where tex3patch didn't even get checked out.
Also, if it was found, put the symlink in a new util subdirectory.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
* Makefile.in (taz): Handle case where tex3patch didn't even get
|
||||
checked out. Also, if it was found, put the symlink in a new util
|
||||
subdirectory.
|
||||
|
||||
Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* config.guess (*:Linux:*:*): Add support for PowerPC Linux.
|
||||
|
10
Makefile.in
10
Makefile.in
@ -1445,9 +1445,13 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
|
||||
<configure.in >proto-toplev/configure.in
|
||||
#
|
||||
mkdir proto-toplev/texinfo
|
||||
ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
|
||||
ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
|
||||
ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
|
||||
ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
|
||||
ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
|
||||
ln -s ../../texinfo/lgpl.texinfo proto-toplev/texinfo/
|
||||
if test -r texinfo/util/tex3patch ; then \
|
||||
mkdir proto-toplev/texinfo/util && \
|
||||
ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
|
||||
else true; fi
|
||||
chmod og=u `find . -print`
|
||||
(VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
|
||||
echo "==> Making $(TOOL)-$$VER.tar.gz"; \
|
||||
|
Reference in New Issue
Block a user