diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 13:37:14 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-06-10 13:37:14 +0000 |
commit | 123494c8792fe97abef23162b386a43c82380a87 (patch) | |
tree | c2f5b533cd9d9d6e738c57b56a0f51c36ab11f41 /Makefile.tpl | |
parent | d04428bdb429aa7206e45f5273898b5918ae2f18 (diff) | |
download | gdb-123494c8792fe97abef23162b386a43c82380a87.zip gdb-123494c8792fe97abef23162b386a43c82380a87.tar.gz gdb-123494c8792fe97abef23162b386a43c82380a87.tar.bz2 |
* Makefile.tpl: Fix stupid pasto.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 9512fc0..0a79790 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -657,7 +657,7 @@ maybe-[+make_target+]-[+module+]: maybe-[+make_target+]-target-[+module+]: [+ IF (match-value? = "missing" (get "make_target") ) +] # [+module+] doesn't support [+make_target+]. -[+make_target+]-[+module+]: +[+make_target+]-target-[+module+]: [+ ELSE +] [+make_target+]-target-[+module+]: [+ FOR depend +]\ |