aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-19 15:21:15 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-19 15:21:15 +0000
commit9a7c775f1c0a552c86f592b1b307e98db4ffd86a (patch)
tree2e336daffc835de24c6c1014aac6d13d62765d07 /gdb/config.gdb
parent477cf2a958c332d415d39ca8cdec753dd0ced263 (diff)
downloadgdb-9a7c775f1c0a552c86f592b1b307e98db4ffd86a.zip
gdb-9a7c775f1c0a552c86f592b1b307e98db4ffd86a.tar.gz
gdb-9a7c775f1c0a552c86f592b1b307e98db4ffd86a.tar.bz2
* config.gdb: Don't create readline dir in subdir builds.
* main.c: Include with "..." form for non-system include files, so "gcc -MM" for "make depend" works. Include readline files with "...h" rather than <readline/...h>.
Diffstat (limited to 'gdb/config.gdb')
-rwxr-xr-xgdb/config.gdb6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config.gdb b/gdb/config.gdb
index 1712482..4f22663 100755
--- a/gdb/config.gdb
+++ b/gdb/config.gdb
@@ -168,12 +168,6 @@ case ${srcdir} in
echo "srcdir=${srcdir}" >./Makefile.sdir
grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
echo "source ${srcdir}/.gdbinit" >> .gdbinit
- if [ ! -d readline ]; then
- mkdir readline
- # This could be a symlink, but getting the name right (because
- # srcdir can be either relative or absolute) would be hairy.
- cp ${srcdir}/readline/Makefile readline
- fi
esac
make "srcdir=${srcdir}" \