From: Stu Grossman Date: Tue, 31 Mar 1992 06:31:05 +0000 (+0000) Subject: gdb.tar.Z: all-texinfo target is now .stmp-texinfo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5620a251c80ecfdc0c3557192adedbb2a569a1a9;p=binutils-gdb.git gdb.tar.Z: all-texinfo target is now .stmp-texinfo. --- diff --git a/Makefile.in b/Makefile.in index 93e928ddbea..3c984f6cad7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2047,7 +2047,7 @@ make-gdb.tar.Z: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/fsf/texinfo.tex sed '/^SUBDIRS =/s/glob //' proto-toplev/Makefile.in # Take out texinfo from buildable dirs cp proto-toplev/Makefile.in temp.$$ - sed '/^all\.normal: /s/all-texinfo //' temp1.$$ + sed '/^all\.normal: /s/\.stmp-texinfo //' temp1.$$ sed '/^clean: /s/clean-texinfo //' temp.$$ sed '/^install\.all: /s/install-texinfo //' proto-toplev/Makefile.in rm temp.$$ temp1.$$