diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-13 09:24:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-13 09:24:28 +0000 |
commit | 15e430394467dbc8bd2e0bbb95fb2030a3cbb228 (patch) | |
tree | 600d4bb8c6f110d3b46de42b6a25613f7f379321 /Rules | |
parent | 9ddcbe57b0727d9c222c10ac1484b76d2cd4b1e8 (diff) | |
download | glibc-15e430394467dbc8bd2e0bbb95fb2030a3cbb228.zip glibc-15e430394467dbc8bd2e0bbb95fb2030a3cbb228.tar.gz glibc-15e430394467dbc8bd2e0bbb95fb2030a3cbb228.tar.bz2 |
Remove rules for empty.* again.
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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)) # 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)),) |