From fc8e8ce5b1a9ac9df7bea3d97cde93755a28f7e2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Apr 1998 17:38:27 +0000 Subject: [PATCH] ($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects. --- Makerules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makerules b/Makerules index 6c29d179916..da35108e73e 100644 --- a/Makerules +++ b/Makerules @@ -523,6 +523,13 @@ touch $@ endef O%-lib = $(..)$(patsubst %,$(libtype$*),c) +ifndef static-only-routines +subdir_lib: $(objpfx)stamp.So-$(subdir) +$(objpfx)stamp.So-$(subdir): + $(make-target-directory) + rm -f $@; > $@ +endif + endif # Rules to update the $(ar-symtab-name) member with ranlib, -- 2.47.2