From 1eb687d0b865ea0d97bb774b23a764f1c4369475 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Feb 1998 11:59:55 +0000 Subject: Update. 1998-02-11 19:16 Richard Henderson * 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. --- Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02c4a6e909..2b82557225 100644 --- a/Makefile +++ b/Makefile @@ -309,25 +309,13 @@ parent_echo-distinfo: @echo $(addprefix +header+,$(headers)) \ $(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 \ -- cgit v1.2.3