diff options
author | Michael Tiemann <tiemann@cygnus> | 1992-03-11 15:42:34 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1992-03-11 15:42:34 +0000 |
commit | 431370511690ccb2d954ad12411378f8d63367de (patch) | |
tree | bd24ee26d9fe73438c5fb7e72e8d8ac2adb4a815 | |
parent | 02a7ba9a40a2f4af0d4ceddf64e70ea0c2312c08 (diff) | |
download | gdb-431370511690ccb2d954ad12411378f8d63367de.zip gdb-431370511690ccb2d954ad12411378f8d63367de.tar.gz gdb-431370511690ccb2d954ad12411378f8d63367de.tar.bz2 |
Add .stmp-gcc to all-gcc target.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 38a472d..e9bc61a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -569,7 +569,7 @@ install-bison: force fi ### gcc -all-gcc: .stmp-libiberty .stmp-bison .stmp-gas +all-gcc: .stmp-libiberty .stmp-bison .stmp-gas .stmp-gcc .stmp-gcc: if [ -d ./gcc ] ; then \ rootme=`pwd` ; export rootme ; \ |