summaryrefslogtreecommitdiff
path: root/security/coreconf
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-11-06 00:17:20 +0000
committerwchang0222%aol.com <devnull@localhost>2004-11-06 00:17:20 +0000
commitc392029b596d1dc89cbdc990ff25d740c75bc26b (patch)
treea74752946348aa4e0c474790172731e494055fd3 /security/coreconf
parent69e3836ab23bd27d0d9369c9a93a865d69b029bb (diff)
downloadnss-hg-c392029b596d1dc89cbdc990ff25d740c75bc26b.tar.gz
Bugzilla bug 240784: removed the temporary workaround added in rev. 1.55.
Diffstat (limited to 'security/coreconf')
-rw-r--r--security/coreconf/rules.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/coreconf/rules.mk b/security/coreconf/rules.mk
index 1a20402df..834117302 100644
--- a/security/coreconf/rules.mk
+++ b/security/coreconf/rules.mk
@@ -113,9 +113,6 @@ ifdef LIBRARY
$(INSTALL) -m 664 $(LIBRARY) $(SOURCE_LIB_DIR)
endif
ifdef SHARED_LIBRARY
-ifeq ($(OS_TARGET),OS2)
- rm -f $(SOURCE_LIB_DIR)/$(notdir $(SHARED_LIBRARY))
-endif
$(INSTALL) -m 775 $(SHARED_LIBRARY) $(SOURCE_LIB_DIR)
endif
ifdef IMPORT_LIBRARY