diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-06 18:56:59 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-09-06 18:56:59 +0000 |
commit | 229c81f4f48c8710c332a4a9437bf35630a36e06 (patch) | |
tree | e3bebd6b5336677862d52c0d7a5a57e5f06fb3d1 /Makefile.in | |
parent | 7cc93f078c16af8c9f8dc0ca8d6348101b47469d (diff) | |
download | gdb-229c81f4f48c8710c332a4a9437bf35630a36e06.tar.gz |
* Makefile.in (all-zlib): Added dummy target.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9bf0245a7e0..16cb5cc83e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1649,6 +1649,7 @@ all-target-winsup: all-target-newlib all-target-libiberty all-target-libtermcap configure-target-winsup: configure-target-newlib all-uudecode: all-libiberty all-zip: +all-zlib: configure-target-zlib: $(ALL_GCC) all-target-zlib: configure-target-zlib configure-target-libiberty: $(ALL_GCC) configure-target-newlib |