From: Ulrich Drepper Date: Tue, 5 Jan 1999 16:42:23 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_112~126 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1686c452338c6c942384425906d179b7438e184e;p=glibc.git Update. * Makerules (common-mostlyclean): Add missing parentheses. --- diff --git a/ChangeLog b/ChangeLog index 3d4238905b..3580f4a067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-01-05 Ulrich Drepper + * Makerules (common-mostlyclean): Add missing parentheses. + * Rules: Add back rules for empty.o generation. 1999-01-05 Philip Blundell diff --git a/Makerules b/Makerules index f1d346d3b5..81c869352f 100644 --- a/Makerules +++ b/Makerules @@ -894,7 +894,7 @@ common-mostlyclean: $(addsuffix .o,$(tests) $(test-srcs) \ $(others) \ $(sysdep-others)) \ - $(addsuffix .out,$(tests) $(test-srcs)) + $(addsuffix .out,$(tests) $(test-srcs))) -rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \ $(install-lib.so) \ $(install-lib.so:%.so=%_pic.a))