summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-04-08 21:27:27 +0000
committercls%seawood.org <devnull@localhost>2001-04-08 21:27:27 +0000
commitab655ad7f65d11ab661e5828c0bd4b29e48fd47a (patch)
tree363be7ee6395baac7c5d7346f278e1a0b5cf6ba6
parent2695aa1e1a2ae0ec6e923033c032cfae9bd71969 (diff)
downloadnspr-hg-ab655ad7f65d11ab661e5828c0bd4b29e48fd47a.tar.gz
Install nspr-config into $(dist_bindir) so that other components can use it instead of hard-coding nspr paths.
-rw-r--r--config/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/Makefile.in b/config/Makefile.in
index 1797754c..9e080f0a 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -113,7 +113,8 @@ define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); mkdir $(@D); else true; fi
endef
-export:: $(TARGETS)
+export:: $(TARGETS) nspr-config
+ $(INSTALL) -m 755 nspr-config $(dist_bindir)
$(OBJDIR)/%$(PROG_SUFFIX): $(OBJDIR)/%.$(OBJ_SUFFIX)
@$(MAKE_OBJDIR)