aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-03-31 06:31:05 +0000
committerStu Grossman <grossman@cygnus>1992-03-31 06:31:05 +0000
commit5620a251c80ecfdc0c3557192adedbb2a569a1a9 (patch)
tree3d6566d2625ea92da40068dd5f5dada92a774a96 /Makefile.in
parentf8b4aa8ec30427af66cb526ee14c3247303b0316 (diff)
downloadgdb-5620a251c80ecfdc0c3557192adedbb2a569a1a9.zip
gdb-5620a251c80ecfdc0c3557192adedbb2a569a1a9.tar.gz
gdb-5620a251c80ecfdc0c3557192adedbb2a569a1a9.tar.bz2
gdb.tar.Z: all-texinfo target is now .stmp-texinfo.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 93e928d..3c984f6 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 //' <Makefile.in >proto-toplev/Makefile.in
# Take out texinfo from buildable dirs
cp proto-toplev/Makefile.in temp.$$
- sed '/^all\.normal: /s/all-texinfo //' <temp.$$ >temp1.$$
+ sed '/^all\.normal: /s/\.stmp-texinfo //' <temp.$$ >temp1.$$
sed '/^clean: /s/clean-texinfo //' <temp1.$$ >temp.$$
sed '/^install\.all: /s/install-texinfo //' <temp.$$ >proto-toplev/Makefile.in
rm temp.$$ temp1.$$