diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-07-07 02:21:57 +0000 |
---|---|---|
committer | Kelley Cook <kcook@gcc.gnu.org> | 2005-07-07 02:21:57 +0000 |
commit | 4cf896a53512cdad87bf1ba7f241e07e51cbee9c (patch) | |
tree | 9b64a00c9e0b0f60b7d987adbc1968aaa1bdb965 /libiberty/Makefile.in | |
parent | 20ae7c34461eb4841c3fbe342bd773fca6cde503 (diff) | |
download | gdb-4cf896a53512cdad87bf1ba7f241e07e51cbee9c.zip gdb-4cf896a53512cdad87bf1ba7f241e07e51cbee9c.tar.gz gdb-4cf896a53512cdad87bf1ba7f241e07e51cbee9c.tar.bz2 |
2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
* config.table: Delete file. Move former contents into ...
* configure.ac: ... here and escape any brackets for m4.
* Makefile.in (config.status): Remove dependency on config.table.
* configure: Regenerate.
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 67d6197..eb8b6df 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -401,7 +401,7 @@ config.h: stamp-h ; @true stamp-h: $(srcdir)/config.in config.status Makefile CONFIG_FILES= CONFIG_HEADERS=config.h:$(srcdir)/config.in $(SHELL) ./config.status -config.status: $(srcdir)/configure $(srcdir)/config.table +config.status: $(srcdir)/configure $(SHELL) ./config.status --recheck # Depending on config.h makes sure that config.status has been re-run |