($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects.

This commit is contained in:
Ulrich Drepper 1998-04-09 17:38:27 +00:00
parent 5f8efe9a74
commit fc8e8ce5b1

View File

@ -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,