From: Ulrich Drepper Date: Thu, 9 Apr 1998 17:38:27 +0000 (+0000) Subject: ($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects. X-Git-Tag: cvs/sparc-980522-merge~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8e8ce5b1a9ac9df7bea3d97cde93755a28f7e2;p=thirdparty%2Fglibc.git ($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects. --- 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,