diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-09-10 12:16:50 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-10 12:16:50 -0600 |
commit | 2c3c65d745db62f94a38dfb9a3f344412de35999 (patch) | |
tree | 2b2e893b3a8883a904a5fb14ca6202e54b6512f8 | |
parent | 4877a06fa4e9da107e0ddc0455a909f8b274846f (diff) | |
download | gcc-2c3c65d745db62f94a38dfb9a3f344412de35999.zip gcc-2c3c65d745db62f94a38dfb9a3f344412de35999.tar.gz gcc-2c3c65d745db62f94a38dfb9a3f344412de35999.tar.bz2 |
Opps. Forgot part of the patch for $(srcdir)/INSTALL change.
From-SVN: r15262
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b08f0cf..b8ed15f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1996,7 +1996,7 @@ $(srcdir)/cpp.dvi: cpp.texi $(srcdir)/INSTALL: install1.texi install.texi cd $(srcdir); $(MAKEINFO) -D INSTALLONLY --no-header --no-split \ - `echo $(srcdir)/install1.texi | sed 's,^\./,,'` + install1.texi -o INSTALL # # Deletion of files made during compilation. # There are four levels of this: |