diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 11:59:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 11:59:55 +0000 |
commit | 1eb687d0b865ea0d97bb774b23a764f1c4369475 (patch) | |
tree | 87aaeeb9bcc74de26af7fda8762c2ff717414f73 /Makefile | |
parent | 3ec27a876c591a89998aeb89e7ccd1db45b7fb39 (diff) | |
download | glibc-1eb687d0b865ea0d97bb774b23a764f1c4369475.tar.gz |
Update.
1998-02-11 19:16 Richard Henderson <rth@cygnus.com>
* stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
* isomac.c: Move to...
* stdlib/isomac.c: ...here.
* Makefile: Move rules for handling isomac...
* stdlib/Makefile: ...to here.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -310,24 +310,12 @@ parent_echo-distinfo: $(addprefix +nodist+,$(generated)) -.PHONY: parent-tests -tests: parent-tests - -# Run a test on the header files we use. -parent-tests: $(objpfx)isomac - $(dir $<)$(notdir $<) '$(CC)' '-Iinclude $(+sysdep-includes)' > $<.out - -$(objpfx)isomac: isomac.c - $(native-compile) - -generated += isomac isomac.out - # Make the distribution tarfile. distribute := README INSTALL FAQ NOTES NEWS PROJECTS BUGS \ COPYING.LIB COPYING ChangeLog ChangeLog.[0-9] \ Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \ - extra-lib.mk o-iterator.mk isomac.c \ + extra-lib.mk o-iterator.mk \ libc.map mkinstalldirs move-if-change install-sh \ configure configure.in aclocal.m4 config.sub config.guess\ config.h.in config.make.in config-name.in Makefile.in \ |