diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-01 17:24:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-01 17:24:20 +0000 |
commit | c73b4ae6403e9a48644a9ddf555d9b657b870855 (patch) | |
tree | bb6f511f29283983220d36f3f1e705b74907501a /Makefile.in | |
parent | 73246ff837b49a557faa4435c05d67d404bb7c06 (diff) | |
download | gdb-c73b4ae6403e9a48644a9ddf555d9b657b870855.zip gdb-c73b4ae6403e9a48644a9ddf555d9b657b870855.tar.gz gdb-c73b4ae6403e9a48644a9ddf555d9b657b870855.tar.bz2 |
minor cleanups
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 334a774..3e49eed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -560,7 +560,6 @@ INSTALL_X11_MODULES = \ # This is a list of the targets for all of the modules which are compiled # using $(TARGET_FLAGS_TO_PASS). -# RENAME these all-xinberty should be all-target-libiberty ALL_TARGET_MODULES = \ all-target-libio \ all-target-libstdc++ \ @@ -595,7 +594,6 @@ CHECK_TARGET_MODULES = \ # This is a list of the install targets for all of the modules which are # compiled using $(TARGET_FLAGS_TO_PASS). - INSTALL_TARGET_MODULES = \ install-target-libio \ install-target-libstdc++ \ |