From 2c8d89e729e6296b06f5aa504f360bd131d5ff7e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Mar 1998 21:00:29 +0000 Subject: Update. 1998-03-21 23:46 Zack Weinberg * Rules: Update timestamps on empty object files. --- ChangeLog | 4 ++++ Rules | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 34c0a16902..6b50924f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-03-21 23:46 Zack Weinberg + + * Rules: Update timestamps on empty object files. + 1998-03-21 09:15 Ulrich Drepper * manual/filesys.texi (Scanning Directory Content): Add description diff --git a/Rules b/Rules index a0086350f6..2cc53ca280 100644 --- a/Rules +++ b/Rules @@ -187,6 +187,7 @@ ifdef static-only-routines $(static-only-routines:%=$(objpfx)%.os): %.os: $(common-objpfx)empty.os rm -f $@ ln $< $@ + touch $@ # Must build the routines as PIC, though, because they can end up in (users') # shared objects. We don't want to use CFLAGS-os because users may, for @@ -202,6 +203,7 @@ define o-iterator-doit $(shared-only-routines:%=$(objpfx)%$o): %$o: $(common-objpfx)empty$o; rm -f $$@ ln $$< $$@ + touch $$@ endef object-suffixes-left := $(filter-out .os,$(object-suffixes)) include $(o-iterator) -- cgit 1.4.1