From a4242e25dcf614b1eeb827e96d6d3c9f503f519d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Jun 1996 13:56:54 +0000 Subject: Tue Jun 25 09:55:47 1996 David Mosberger-Tang * catgets/gencat.c (write_out): Use %Zu to print variables of type size_t. * resolv/res_debug.c (__p_rr): Print size_t variable as %lu and cast it to (unsigned long) to make it work both on 32 and 64 bit architectures. Sat Jun 22 13:05:25 1996 Andreas Schwab * locale/Makefile (distribute): Add `programs/' prefix to all files in that directory. * Makerules (distinfo-vars): Assign subdir directly so that `ifdef subdir' works. * MakeTAGS (sources, headers): Make them simply expanded variables so that all-dist is expanded before it is changed. --- Makerules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 84afdd53a9..cb6b35425a 100644 --- a/Makerules +++ b/Makerules @@ -823,7 +823,8 @@ distinfo: $(common-objpfx)distinfo-$(subdir) define distinfo-vars rm -f $@.new -$(foreach var,subdir subdir-dirs sources elided-routines sysdep_routines \ +echo > $@.new 'subdir := $(subdir)' +$(foreach var,subdir-dirs sources elided-routines sysdep_routines \ headers sysdep_headers distribute dont_distribute generated \ others tests extra-libs $(extra-libs:%=%-routines) \ versioned \ -- cgit 1.4.1