diff options
author | Keith Seitz <keiths@cygnus> | 1997-12-02 15:52:37 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1997-12-02 15:52:37 +0000 |
commit | 27d02b2c4a35d9261f03b4c072dd6b19bfbe72bc (patch) | |
tree | 4586fc0c3e9b4bdde7a47934a92a5f8590c29b22 /Makefile.in | |
parent | 4ed8c3b8965201a3a9dcb2eb77152228fc3c4b36 (diff) | |
download | gdb-27d02b2c4a35d9261f03b4c072dd6b19bfbe72bc.zip gdb-27d02b2c4a35d9261f03b4c072dd6b19bfbe72bc.tar.gz gdb-27d02b2c4a35d9261f03b4c072dd6b19bfbe72bc.tar.bz2 |
* configure (GDB_TK): add all-libide to dependency list
* Makefile.in: remove sanitization for ALL libide references
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index ee32f40..aea2420 100644 --- a/Makefile.in +++ b/Makefile.in @@ -514,9 +514,7 @@ ALL_MODULES = \ $(end-sanitize-ide) \ all-ld \ all-libiberty \ - $(start-sanitize-ide) \ all-libide \ - $(end-sanitize-ide) \ all-m4 \ all-make \ all-mmalloc \ @@ -590,9 +588,7 @@ CROSS_CHECK_MODULES = \ $(end-sanitize-ide) \ check-ld \ check-libiberty \ - $(start-sanitize-ide) \ check-libide \ - $(end-sanitize-ide) \ check-m4 \ check-make \ check-mmcheckoc \ @@ -667,9 +663,7 @@ INSTALL_MODULES = \ $(end-sanitize-ide) \ install-ld \ install-libiberty \ - $(start-sanitize-ide) \ install-libide \ - $(end-sanitize-ide) \ install-m4 \ install-make \ install-mmalloc \ @@ -827,9 +821,7 @@ CLEAN_MODULES = \ $(end-sanitize-ide) \ clean-ld \ clean-libiberty \ - $(start-sanitize-ide) \ clean-libide \ - $(end-sanitize-ide) \ clean-m4 \ clean-make \ clean-mmalloc \ |