diff options
author | Mark Eichin <eichin@cygnus> | 1992-03-14 09:04:48 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1992-03-14 09:04:48 +0000 |
commit | f67288c95f797b6028d6e83d804febbad68982ae (patch) | |
tree | a330034e8a522e0fd04370a3e8d01ff0346f143a | |
parent | bec9fad905491a1bd538f08b26f1df1021da1a64 (diff) | |
download | gdb-f67288c95f797b6028d6e83d804febbad68982ae.zip gdb-f67288c95f797b6028d6e83d804febbad68982ae.tar.gz gdb-f67288c95f797b6028d6e83d804febbad68982ae.tar.bz2 |
missing backslash on first line of all.normal
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c0ca575..2514705 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,7 +111,7 @@ install-dir.info: # clib send_pr # all-libgcc -all.normal: .stmp-libiberty .stmp-texinfo .stmp-bison .stmp-byacc +all.normal: .stmp-libiberty .stmp-texinfo .stmp-bison .stmp-byacc \ .stmp-bfd .stmp-ld .stmp-gas .stmp-gcc .stmp-binutils \ .stmp-libg++ .stmp-readline .stmp-gdb .stmp-make .stmp-cvs \ .stmp-grep .stmp-patch .stmp-emacs .stmp-ispell .stmp-fileutils \ |