]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
($(objpfx)stamp.So-$(subdir)): Move inside conditional for objects.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:38:27 +0000 (17:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Apr 1998 17:38:27 +0000 (17:38 +0000)
Makerules

index 6c29d17991665f3cc419f7f227d911b9f47ee880..da35108e73e1410a7eaf564b8a835453d57f6c5f 100644 (file)
--- 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,