summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-04-09 10:50:25 +0000
committercls%seawood.org <devnull@localhost>2001-04-09 10:50:25 +0000
commit2d054d0ef3aa9fbbe715f8d5e5dc035319e644ef (patch)
tree5ff56a04ffa2faf4e8c29260d6abf071b1a18a2b
parent620bb260639a05b639bc7def712ac9673cee7d09 (diff)
downloadnspr-hg-2d054d0ef3aa9fbbe715f8d5e5dc035319e644ef.tar.gz
Backout the previous checkin as the tinderboxes do something insanely stupid like putting $(DIST)/bin in the PATH.
-rw-r--r--config/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Makefile.in b/config/Makefile.in
index 9e080f0a..1797754c 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -113,8 +113,7 @@ define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); mkdir $(@D); else true; fi
endef
-export:: $(TARGETS) nspr-config
- $(INSTALL) -m 755 nspr-config $(dist_bindir)
+export:: $(TARGETS)
$(OBJDIR)/%$(PROG_SUFFIX): $(OBJDIR)/%.$(OBJ_SUFFIX)
@$(MAKE_OBJDIR)