diff options
author | Tom Tromey <tromey@redhat.com> | 2010-09-13 17:59:59 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-09-13 17:59:59 +0000 |
commit | 1863c96c057ea959bd882a4589c6cfdc0a944eec (patch) | |
tree | c6bb091ceb1a25bd579ef3e4ed232c705efd9b07 /gdb/Makefile.in | |
parent | 0c5acf93f1c0d35bdb1052e442d23ec99663ff02 (diff) | |
download | gdb-1863c96c057ea959bd882a4589c6cfdc0a944eec.zip gdb-1863c96c057ea959bd882a4589c6cfdc0a944eec.tar.gz gdb-1863c96c057ea959bd882a4589c6cfdc0a944eec.tar.bz2 |
* Makefile.in (HFILES_NO_SRCDIR): Add progspace.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e5eee06..2135476 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -782,7 +782,7 @@ annotate.h sim-regno.h dictionary.h dfp.h main.h frame-unwind.h \ remote-fileio.h i386-linux-tdep.h vax-tdep.h objc-lang.h \ sentinel-frame.h bcache.h symfile.h windows-tdep.h linux-tdep.h \ gdb_usleep.h jit.h xml-syscall.h ada-operator.inc microblaze-tdep.h \ -psymtab.h psympriv.h +psymtab.h psympriv.h progspace.h # Header files that already have srcdir in them, or which are in objdir. |