diff options
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -582,6 +582,13 @@ touch $@ endef O%-lib = $(..)$(patsubst %,$(libtype$*),c) +ifndef static-only-routines +subdir_lib: $(objpfx)stamp.oS +$(objpfx)stamp.oS: + $(make-target-directory) + rm -f $@; > $@ +endif + endif # Rules to update the $(ar-symtab-name) member with ranlib, |