From 3d13b259ea5c652c3e9b756b6223168fdc6f8c9a Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 9 May 1996 18:52:23 +0000 Subject: [PATCH] Thu May 9 09:17:46 1996 Roland McGrath * Rules (static-only-routines rule): Remove spurious space in dep. --- Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules b/Rules index 39c805bff1..517c3a6546 100644 --- a/Rules +++ b/Rules @@ -149,7 +149,7 @@ $(common-objpfx)sor-$(subdir): Makefile ifdef static-only-routines # These routines are to be omitted from the shared library object, # so we replace the PIC objects for them with the empty object file. -$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) empty.o +$(static-only-routines:%=$(objpfx)%.so): %.so: $(objpfx)empty.o rm -f $@ ln $< $@ endif -- 2.11.0