summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-10-05 22:25:37 +0000
committerwtchang%redhat.com <devnull@localhost>2005-10-05 22:25:37 +0000
commit6a4c095e055f7a65697982a740edefef3d3920ec (patch)
tree799cd03a0fb2ec24aa31a98c9f436847372f2c03 /security
parent80a18b37c9c83549cac0e73de6de3ac70834b27d (diff)
downloadnss-hg-6a4c095e055f7a65697982a740edefef3d3920ec.tar.gz
Bugzilla Bug 311074: removed the unused nfspwd Perl script from TARGETS,
which caused "gmake clean" to break on a read-only source tree. The patch is contributed by Benjamin Smedberg <benjamin@smedbergs.us>. r=wtc.
Diffstat (limited to 'security')
-rw-r--r--security/coreconf/nsinstall/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/coreconf/nsinstall/Makefile b/security/coreconf/nsinstall/Makefile
index 0a28c6af4..c794890f5 100644
--- a/security/coreconf/nsinstall/Makefile
+++ b/security/coreconf/nsinstall/Makefile
@@ -42,8 +42,6 @@ MODULE = coreconf
CSRCS = nsinstall.c pathsub.c
-PLSRCS = nfspwd.pl
-
PROGRAM = nsinstall
# Indicate that this directory builds build tools.
@@ -55,7 +53,7 @@ include $(DEPTH)/coreconf/config.mk
ifeq (,$(filter-out OS2 WIN%,$(OS_TARGET)))
PROGRAM =
else
-TARGETS = $(PROGRAM) $(PLSRCS:.pl=)
+TARGETS = $(PROGRAM)
INSTALL = true
endif