mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-18 14:30:43 +08:00
($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects.
This commit is contained in:
parent
5f8efe9a74
commit
fc8e8ce5b1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user