From: Ulrich Drepper Date: Tue, 5 Jan 1999 16:19:50 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~27749 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50976cad83bde55c68289f5e80382b94aaa6bebc;p=external%2Fglibc.git Update. 1999-01-05 Ulrich Drepper * Rules: Add back rules for empty.o generation. --- diff --git a/ChangeLog b/ChangeLog index afc6a5d..3d42389 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-01-05 Ulrich Drepper + + * Rules: Add back rules for empty.o generation. + 1999-01-05 Philip Blundell * sysdeps/unix/sysv/linux/net/if_arp.h: Add new ARPHRD definitions diff --git a/Rules b/Rules index a5a0c5b..0ddf39e 100644 --- a/Rules +++ b/Rules @@ -75,7 +75,10 @@ endef $(common-objpfx)dummy.c: rm -f $@ echo 'void __dummy__ (void) { }' > $@ -common-generated += dummy.o dummy.c +$(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.