* Makerules (common-mostlyclean): Add missing parentheses.
This commit is contained in:
Ulrich Drepper 1999-01-05 16:42:23 +00:00
parent 50976cad83
commit 1686c45233
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1999-01-05 Ulrich Drepper <drepper@cygnus.com> 1999-01-05 Ulrich Drepper <drepper@cygnus.com>
* Makerules (common-mostlyclean): Add missing parentheses.
* Rules: Add back rules for empty.o generation. * Rules: Add back rules for empty.o generation.
1999-01-05 Philip Blundell <philb@gnu.org> 1999-01-05 Philip Blundell <philb@gnu.org>

View File

@ -894,7 +894,7 @@ common-mostlyclean:
$(addsuffix .o,$(tests) $(test-srcs) \ $(addsuffix .o,$(tests) $(test-srcs) \
$(others) \ $(others) \
$(sysdep-others)) \ $(sysdep-others)) \
$(addsuffix .out,$(tests) $(test-srcs)) $(addsuffix .out,$(tests) $(test-srcs)))
-rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \ -rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \
$(install-lib.so) \ $(install-lib.so) \
$(install-lib.so:%.so=%_pic.a)) $(install-lib.so:%.so=%_pic.a))