diff options
author | Tom Tromey <tromey@redhat.com> | 2010-11-22 20:30:58 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-11-22 20:30:58 +0000 |
commit | 7ba86c9e6635c76e9c66f15b0b945425c790c5c7 (patch) | |
tree | 428d0939f99e00413ee9a46fd22a58beed090e85 /gdb/Makefile.in | |
parent | 9babbdcebff01be3ffd7fd7a4c35109b521d157b (diff) | |
download | gdb-7ba86c9e6635c76e9c66f15b0b945425c790c5c7.zip gdb-7ba86c9e6635c76e9c66f15b0b945425c790c5c7.tar.gz gdb-7ba86c9e6635c76e9c66f15b0b945425c790c5c7.tar.bz2 |
* Makefile.in (.PRECIOUS): Reference ada-lex.c.
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 debda36..90f0eb7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1653,7 +1653,7 @@ po/$(PACKAGE).pot: force false; \ fi -.PRECIOUS: ada-exp.c +.PRECIOUS: ada-lex.c # XML rules |