summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-07-07 02:21:57 +0000
committerKelley Cook <kcook@gcc.gnu.org>2005-07-07 02:21:57 +0000
commitccea1cde12cc4e7c0eb6262e0a9777df4e09a57e (patch)
tree452572b73183354071fc4d80a1814ff6e65d5ef8 /libiberty/Makefile.in
parent9836ac5e5bb0bfcf5a8a9a0f2f37b6a7e473b7c8 (diff)
downloadgdb-ccea1cde12cc4e7c0eb6262e0a9777df4e09a57e.tar.gz
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 67d61972f4a..eb8b6df099a 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