summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-30 17:24:28 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-30 17:24:28 +0000
commit6a6c1f9829aea1ef8c605839e06df4efb67d4aa5 (patch)
tree799800e5a3fe7d0c195e0cf16c1bd127da3dbaa1 /Makerules
parent4ddde9eea7281ffae3b6ebe6d4dd82ea133a7d29 (diff)
Update.
1998-03-30 17:20 Ulrich Drepper <drepper@cygnus.com> * Makerules: Remove duplicate rules to handle stamp.oS. 1998-03-30 Ulrich Drepper <drepper@cygnus.com> * Makefile: Fix test rules from last patch.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makerules b/Makerules
index 359f6d1cc6..6c0af11756 100644
--- a/Makerules
+++ b/Makerules
@@ -584,13 +584,6 @@ O%-lib = $(..)$(patsubst %,$(libtype$*),c)
endif
-ifndef static-only-routines
-subdir_lib: $(objpfx)stamp.oS
-$(objpfx)stamp.oS:
- $(make-target-directory)
- rm -f $@; > $@
-endif
-
# Rules to update the $(ar-symtab-name) member with ranlib,
# one for each object flavor.
define o-iterator-doit