diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:00:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:00:44 +0000 |
commit | 9eb2730eab81c7732ecd9727c64165cab01b0d2b (patch) | |
tree | 740f5b85a62a3aaf534f9a2d0da6cb2e80a28d2e /iconv/Makefile | |
parent | d7390a372fef23e78ff90d1a93eb6d5dc1d337f2 (diff) | |
download | glibc-9eb2730eab81c7732ecd9727c64165cab01b0d2b.tar.gz glibc-9eb2730eab81c7732ecd9727c64165cab01b0d2b.tar.xz glibc-9eb2730eab81c7732ecd9727c64165cab01b0d2b.zip |
Update.
1998-02-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer bit. * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 917ea39ce9..f355a266d7 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -33,7 +33,7 @@ CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"' include ../Rules -subdir_install: $(inst_bindir)iconv +subdir_install: $(inst_bindir)/iconv -$(inst_bindir)iconv: $(objpfx)iconv_prog - $(do-install) +$(inst_bindir)/iconv: $(objpfx)iconv_prog + $(do-install-program) |