]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove rules for empty.* again.
authorUlrich Drepper <drepper@redhat.com>
Wed, 13 Jan 1999 09:24:28 +0000 (09:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 13 Jan 1999 09:24:28 +0000 (09:24 +0000)
Rules

diff --git a/Rules b/Rules
index 6688c1589ddb65c085075ef02eb13f681ebe70b4..3748bb09d05bfb6cea6b66bd746a29ca6f18e31b 100644 (file)
--- a/Rules
+++ b/Rules
@@ -75,10 +75,6 @@ endef
 $(common-objpfx)dummy.c:
        rm -f $@
        echo 'void __dummy__ (void) { }' > $@
-$(common-objpfx)empty.c:
-       cp -f /dev/null $@
-common-generated += dummy.o dummy.c empty.c \
-                   $(addprefix empty,$(object-suffixes))
 \f
 # This makes all the auxiliary and test programs.
 
@@ -172,13 +168,6 @@ before-compile: $(before-compile)
 $(common-objpfx)dummy.o: $(common-objpfx)dummy.c $(before-compile);
        $(compile-command.c)
 
-define o-iterator-doit
-$(common-objpfx)empty$o: $(common-objpfx)empty.c $(before-compile);
-       $$(compile-command.c)
-endef
-object-suffixes-left := $(object-suffixes)
-include $(o-iterator)
-
 # There's no good place to put this - here will do.
 # The dependencies are wrong if it's run from the top level.
 ifeq ($(filter %posix, $(sysdirs)),)