aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-05-06 16:16:39 +0000
committerFred Fish <fnf@specifix.com>1993-05-06 16:16:39 +0000
commitc66429de62594d288c2f3c65c89cc1c4641ecb4c (patch)
tree4900340ea0b2483a7d24c294aea9e511563d7f01 /gdb
parent838a1ac1a588c7460be9ef78b5ec43089c23c323 (diff)
downloadgdb-c66429de62594d288c2f3c65c89cc1c4641ecb4c.zip
gdb-c66429de62594d288c2f3c65c89cc1c4641ecb4c.tar.gz
gdb-c66429de62594d288c2f3c65c89cc1c4641ecb4c.tar.bz2
Fix typo, meant --srcdir not --subdir.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/snapshots.readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/snapshots.readme b/gdb/doc/snapshots.readme
index 8077bf1..c22e2f9 100644
--- a/gdb/doc/snapshots.readme
+++ b/gdb/doc/snapshots.readme
@@ -186,7 +186,7 @@ UNIX MAKE and GNU MAKE
When you build gdb in the same directory as the source, you should be able
to use any available "make" that has traditional UNIX make functionality.
If you build gdb in a separate directory tree from the source, using the
-configure "--subdir" option, then only GNU make is fully supported, although
+configure "--srcdir" option, then only GNU make is fully supported, although
other makes with complete VPATH support should work (SunOS make for example).