summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseawood%netscape.com <devnull@localhost>2002-12-12 00:11:27 +0000
committerseawood%netscape.com <devnull@localhost>2002-12-12 00:11:27 +0000
commit0bdcaaeb7f2c016fa1cd5bc655dcb9705dce9834 (patch)
treee03cee4b734768a603de784acdc92b8d1e6eb1a5
parentd3606402070f1bcc665663c2e16a4cfe66d49907 (diff)
downloadnspr-hg-0bdcaaeb7f2c016fa1cd5bc655dcb9705dce9834.tar.gz
Add $(LDFLAGS) to the local nsinstall link command.
Bug #88283 r=wtc
-rw-r--r--config/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.in b/config/Makefile.in
index eb789134..f2de4164 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -135,7 +135,7 @@ $(OBJDIR)/%$(PROG_SUFFIX): $(OBJDIR)/%.$(OBJ_SUFFIX)
ifeq ($(MOZ_OS2_TOOLS),VACPP)
$(LD) $(EXEFLAGS) $<
else
- $(CC) $(XCFLAGS) $< $(XLDOPTS) $(OUTOPTION)$@
+ $(CC) $(XCFLAGS) $< $(LDFLAGS) $(XLDOPTS) $(OUTOPTION)$@
endif
real_install:: nspr.m4